Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp4295 bool ContextIsFound = false; in ActOnCapturedRegionStart() local
4301 assert(!ContextIsFound && in ActOnCapturedRegionStart()
4312 ContextIsFound = true; in ActOnCapturedRegionStart()
4322 assert(ContextIsFound && "no null type for '__context' parameter"); in ActOnCapturedRegionStart()
4323 if (!ContextIsFound) { in ActOnCapturedRegionStart()