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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h138 OpenMPDirectiveKind getCaptureRegion() const { return CaptureRegion; } function in class:clang::OMPClauseWithPreInit
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp536 OpenMPDirectiveKind getCaptureRegion(unsigned Level,
1936 DSAStack->getCaptureRegion(Level, OpenMPCaptureLevel) ==
3940 OpenMPDirectiveKind CaptureRegion = C->getCaptureRegion();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6049 Record.push_back(uint64_t(C->getCaptureRegion()));

Completed in 165 milliseconds