Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4672 bool ContextIsFound = false; in ActOnCapturedRegionStart() local
4678 assert(!ContextIsFound && in ActOnCapturedRegionStart()
4689 ContextIsFound = true; in ActOnCapturedRegionStart()
4699 assert(ContextIsFound && "no null type for '__context' parameter"); in ActOnCapturedRegionStart()
4700 if (!ContextIsFound) { in ActOnCapturedRegionStart()