Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h225 OpenMPDirectiveKind getCaptureRegion() const { return CaptureRegion; } in getCaptureRegion() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6380 Record.push_back(uint64_t(C->getCaptureRegion())); in VisitOMPClauseWithPreInit()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp644 OpenMPDirectiveKind getCaptureRegion(unsigned Level, in getCaptureRegion() function in __anon7e4ded5b0111::DSAStackTy
2245 DSAStack->getCaptureRegion(Level, OpenMPCaptureLevel) == in isOpenMPCapturedByRef()
4912 OpenMPDirectiveKind CaptureRegion = C->getCaptureRegion(); in ActOnOpenMPRegionEnd()