Home
last modified time | relevance | path

Searched refs:getCaptureRegion (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h142 OpenMPDirectiveKind getCaptureRegion() const { return CaptureRegion; } in getCaptureRegion() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6208 Record.push_back(uint64_t(C->getCaptureRegion())); in VisitOMPClauseWithPreInit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp641 OpenMPDirectiveKind getCaptureRegion(unsigned Level, in getCaptureRegion() function in __anon296aa5740111::DSAStackTy
2213 DSAStack->getCaptureRegion(Level, OpenMPCaptureLevel) == in isOpenMPCapturedByRef()
4856 OpenMPDirectiveKind CaptureRegion = C->getCaptureRegion(); in ActOnOpenMPRegionEnd()