Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Basic/
H A DOpenMPKinds.h23 enum OpenMPDirectiveKind { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DOpenMPKinds.h24 using OpenMPDirectiveKind = llvm::omp::Directive; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DOpenMPKinds.h24 using OpenMPDirectiveKind = llvm::omp::Directive; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DOpenMPKinds.h24 using OpenMPDirectiveKind = llvm::omp::Directive; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DOpenMPKinds.h24 using OpenMPDirectiveKind = llvm::omp::Directive; variable
/aosp_15_r20/external/clang/lib/Sema/
H A 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