Home
last modified time | relevance | path

Searched defs:OMPExecutableDirective (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h63 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 …]
DOpenMPClause.h7916 friend class OMPExecutableDirective; variable
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h84 class OMPExecutableDirective; variable
DCGOpenMPRuntime.h47 class OMPExecutableDirective; variable
DCGStmtOpenMP.cpp1578 const OMPExecutableDirective &, in emitEmptyBoundParameters()
3814 void VisitOMPExecutableDirective(const OMPExecutableDirective *) { return; } in VisitOMPExecutableDirective()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h41 class OMPExecutableDirective; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h7433 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/
DASTMatchersNodeTest.cpp2149 TEST(ASTMatchersTestOpenMP, OMPExecutableDirective) { in TEST() argument
/external/clang/include/clang/AST/
DStmtOpenMP.h67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function