Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp3917 bool ContextIsFound = false; in ActOnCapturedRegionStart() local
3923 assert(!ContextIsFound && in ActOnCapturedRegionStart()
3931 ContextIsFound = true; in ActOnCapturedRegionStart()
3940 assert(ContextIsFound && "no null type for '__context' parameter"); in ActOnCapturedRegionStart()
3941 if (!ContextIsFound) { in ActOnCapturedRegionStart()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4436 bool ContextIsFound = false; in ActOnCapturedRegionStart() local
4442 assert(!ContextIsFound && in ActOnCapturedRegionStart()
4453 ContextIsFound = true; in ActOnCapturedRegionStart()
4463 assert(ContextIsFound && "no null type for '__context' parameter"); in ActOnCapturedRegionStart()
4464 if (!ContextIsFound) { in ActOnCapturedRegionStart()