Searched defs:OpenMPDirectiveKind (Results 1 – 5 of 5) sorted by relevance
| /external/llvm-project/llvm/unittests/Frontend/ |
| D | OpenMPParsingTest.cpp | 17 TEST(OpenMPParsingTest, OpenMPDirectiveKind) { in TEST() argument
|
| /external/clang/include/clang/Basic/ |
| D | OpenMPKinds.h | 23 enum OpenMPDirectiveKind { enum
|
| /external/llvm-project/clang/include/clang/Basic/ |
| D | OpenMPKinds.h | 23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
|
| /external/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 680 auto &&MatchesAlways = [](OpenMPDirectiveKind) -> bool { return true; }; in getTopDSA() argument 817 const llvm::function_ref<bool(OpenMPDirectiveKind, in hasDirective() 1018 D, isOpenMPPrivate, [](OpenMPDirectiveKind) -> bool { return true; }, in IsOpenMPCapturedDecl() argument 4717 [](OpenMPDirectiveKind) -> bool { return true; }, in CheckOpenMPIterationSpace() argument 8843 VD, isOpenMPPrivate, [](OpenMPDirectiveKind) -> bool { return true; }, in VisitDeclRefExpr() argument
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 1710 auto &&MatchesAlways = [](OpenMPDirectiveKind) { return true; }; in getTopDSA() argument 1855 const llvm::function_ref<bool(OpenMPDirectiveKind, in hasDirective() 2254 [](OpenMPDirectiveKind) { return true; }, in isOpenMPCapturedDecl() argument 14550 [](OpenMPDirectiveKind) { return true; }, in VisitDeclRefExpr() argument
|