Searched defs:ContextIsFound (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp3917 bool ContextIsFound = false; local
3923 assert(!ContextIsFound &&
3931 ContextIsFound = true;
3940 assert(ContextIsFound && "no null type for '__context' parameter");
3941 if (!ContextIsFound) {

Completed in 73 milliseconds