Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3508 bool ContextIsFound = false; in ActOnCapturedRegionStart() local
3514 assert(!ContextIsFound && in ActOnCapturedRegionStart()
3522 ContextIsFound = true; in ActOnCapturedRegionStart()
3531 assert(ContextIsFound && "no null type for '__context' parameter"); in ActOnCapturedRegionStart()
3532 if (!ContextIsFound) { in ActOnCapturedRegionStart()