Searched refs:ObjectTypeSearchedInScope (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp444 bool ObjectTypeSearchedInScope = false; local
484 ObjectTypeSearchedInScope = true;
573 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope &&
H A DSemaTemplate.cpp281 bool ObjectTypeSearchedInScope = false; local
300 ObjectTypeSearchedInScope = true;
358 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope &&

Completed in 372 milliseconds