Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtOpenMP.h304 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function
629 friend class OMPExecutableDirective; variable
1587 friend class OMPExecutableDirective; variable
1651 friend class OMPExecutableDirective; variable
1742 friend class OMPExecutableDirective; variable
1805 friend class OMPExecutableDirective; variable
1882 friend class OMPExecutableDirective; variable
1943 friend class OMPExecutableDirective; variable
1995 friend class OMPExecutableDirective; variable
2046 friend class OMPExecutableDirective; variable
[all …]
DOpenMPClause.h8968 friend class OMPExecutableDirective; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtOpenMP.h304 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function
629 friend class OMPExecutableDirective; variable
1587 friend class OMPExecutableDirective; variable
1651 friend class OMPExecutableDirective; variable
1742 friend class OMPExecutableDirective; variable
1805 friend class OMPExecutableDirective; variable
1882 friend class OMPExecutableDirective; variable
1943 friend class OMPExecutableDirective; variable
1995 friend class OMPExecutableDirective; variable
2046 friend class OMPExecutableDirective; variable
[all …]
DOpenMPClause.h9008 friend class OMPExecutableDirective; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtOpenMP.h304 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function
629 friend class OMPExecutableDirective; variable
1587 friend class OMPExecutableDirective; variable
1651 friend class OMPExecutableDirective; variable
1742 friend class OMPExecutableDirective; variable
1805 friend class OMPExecutableDirective; variable
1882 friend class OMPExecutableDirective; variable
1943 friend class OMPExecutableDirective; variable
1995 friend class OMPExecutableDirective; variable
2046 friend class OMPExecutableDirective; variable
[all …]
DOpenMPClause.h9008 friend class OMPExecutableDirective; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtOpenMP.h304 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function
629 friend class OMPExecutableDirective; variable
1587 friend class OMPExecutableDirective; variable
1651 friend class OMPExecutableDirective; variable
1742 friend class OMPExecutableDirective; variable
1805 friend class OMPExecutableDirective; variable
1882 friend class OMPExecutableDirective; variable
1943 friend class OMPExecutableDirective; variable
1995 friend class OMPExecutableDirective; variable
2046 friend class OMPExecutableDirective; variable
[all …]
DOpenMPClause.h9008 friend class OMPExecutableDirective; variable
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h41 class OMPExecutableDirective; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/
DASTMatchers.h8426 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument
8445 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument
8463 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument
8577 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/
DASTMatchers.h8603 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument
8622 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument
8640 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument
8754 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/
DASTMatchers.h8603 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument
8622 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument
8640 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument
8754 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/
DASTMatchers.h8605 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument
8624 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument
8642 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument
8756 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtOpenMP.h67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function