Searched defs:OMPExecutableDirective (Results 1 – 9 of 9) sorted by relevance
| /external/llvm-project/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 63 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function 376 friend class OMPExecutableDirective; variable 1178 friend class OMPExecutableDirective; variable 1241 friend class OMPExecutableDirective; variable 1331 friend class OMPExecutableDirective; variable 1394 friend class OMPExecutableDirective; variable 1471 friend class OMPExecutableDirective; variable 1533 friend class OMPExecutableDirective; variable 1584 friend class OMPExecutableDirective; variable 1632 friend class OMPExecutableDirective; variable [all …]
|
| D | OpenMPClause.h | 7916 friend class OMPExecutableDirective; variable
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenFunction.h | 84 class OMPExecutableDirective; variable
|
| D | CGOpenMPRuntime.h | 47 class OMPExecutableDirective; variable
|
| D | CGStmtOpenMP.cpp | 1578 const OMPExecutableDirective &, in emitEmptyBoundParameters() 3814 void VisitOMPExecutableDirective(const OMPExecutableDirective *) { return; } in VisitOMPExecutableDirective()
|
| /external/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.h | 41 class OMPExecutableDirective; variable
|
| /external/llvm-project/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 7433 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument 7452 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument 7470 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument 7561 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument
|
| /external/llvm-project/clang/unittests/ASTMatchers/ |
| D | ASTMatchersNodeTest.cpp | 2149 TEST(ASTMatchersTestOpenMP, OMPExecutableDirective) { in TEST() argument
|
| /external/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function
|