Searched defs:CaptureRegions (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/Basic/ |
H A D | OpenMPKinds.cpp | 745 getOpenMPCaptureRegions(SmallVectorImpl<OpenMPDirectiveKind> & CaptureRegions,OpenMPDirectiveKind DKind) getOpenMPCaptureRegions() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 550 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; getCapturedStmt() local 559 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; getInnermostCapturedStmt() local
|
H A D | OpenMPClause.h | 9083 getCapturedStmt(OpenMPDirectiveKind RegionKind,ArrayRef<OpenMPDirectiveKind> CaptureRegions) getCapturedStmt() argument 9097 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) getInnermostCapturedStmt() argument 9108 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) getInnermostCapturedStmt() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 343 llvm::SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in VisitOMPExecutableDirective() local
|
H A D | CGOpenMPRuntime.cpp | 11484 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; tryToDisableInnerAnalysis() local 11879 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; checkAndEmitSharedLastprivateConditional() local
|
H A D | CGStmtOpenMP.cpp | 835 llvm::SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; EmitOMPFirstprivateClause() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 673 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; getCaptureRegion() local 2563 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; isOpenMPPrivateDecl() local 4424 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; getOpenMPCaptureLevels() local 4608 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; ActOnOpenMPRegionEnd() local 6142 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; ActOnOpenMPExecutableDirective() local [all...] |