Home
last modified time | relevance | path

Searched refs:ContextIsFound (Results 1 – 1 of 1) 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()