Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4747 bool ContextIsFound = false; in ActOnCapturedRegionStart() local
4753 assert(!ContextIsFound && in ActOnCapturedRegionStart()
4764 ContextIsFound = true; in ActOnCapturedRegionStart()
4774 assert(ContextIsFound && "no null type for '__context' parameter"); in ActOnCapturedRegionStart()
4775 if (!ContextIsFound) { in ActOnCapturedRegionStart()