Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h141 OpenMPDirectiveKind getCaptureRegion() const { return CaptureRegion; } in getCaptureRegion() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp619 OpenMPDirectiveKind getCaptureRegion(unsigned Level, in getCaptureRegion() function in __anon5b04668f0111::DSAStackTy
2115 DSAStack->getCaptureRegion(Level, OpenMPCaptureLevel) == in isOpenMPCapturedByRef()
4574 OpenMPDirectiveKind CaptureRegion = C->getCaptureRegion(); in ActOnOpenMPRegionEnd()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6013 Record.push_back(uint64_t(C->getCaptureRegion())); in VisitOMPClauseWithPreInit()