Home
last modified time | relevance | path

Searched defs:OpenMPDirectiveKind (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/unittests/Frontend/
DOpenMPParsingTest.cpp17 TEST(OpenMPParsingTest, OpenMPDirectiveKind) { in TEST() argument
/external/clang/include/clang/Basic/
DOpenMPKinds.h23 enum OpenMPDirectiveKind { enum
/external/llvm-project/clang/include/clang/Basic/
DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
/external/clang/lib/Sema/
DSemaOpenMP.cpp680 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/
DSemaOpenMP.cpp1710 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