|
FLANG
|
Public Types | |
| using | Directive = llvm::omp::Directive |
Public Member Functions | |
| DirectiveSpellingVisitor (Checker &&checker) | |
| template<typename T> | |
| bool | Pre (const T &) |
| template<typename T> | |
| void | Post (const T &) |
| bool | Pre (const parser::OpenMPDispatchConstruct &x) |
| bool | Pre (const parser::OpenMPAllocatorsConstruct &x) |
| bool | Pre (const parser::OpenMPGroupprivate &x) |
| bool | Pre (const parser::OmpBeginDirective &x) |
| bool | Pre (const parser::OmpEndDirective &x) |
| bool | Pre (const parser::OmpDirectiveSpecification &x) |
Static Public Member Functions | |
| template<typename... Ts> | |
| static const parser::OmpDirectiveName & | GetDirName (const std::tuple< Ts... > &t) |