Home
last modified time | relevance | path

Searched refs:ompExecutableDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp531 REGISTER_MATCHER(ompExecutableDirective); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1092 ompExecutableDirective; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8603 /// ``ompExecutableDirective()`` matches ``omp parallel``, in AST_MATCHER_P()
8606 ompExecutableDirective; in AST_MATCHER_P()
8619 /// ``ompExecutableDirective(isStandaloneDirective()))`` matches
8639 /// ``ompExecutableDirective(hasStructuredBlock(nullStmt()))`` will match ``;``
8656 /// ``ompExecutableDirective(hasAnyClause(anything()))`` matches
8766 /// `ompExecutableDirective(isAllowedToContainClause(OMPC_default))`` matches