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

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp435 bool ObjectTypeSearchedInScope = false; local
475 ObjectTypeSearchedInScope = true;
536 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope &&
H A DSemaTemplate.cpp278 bool ObjectTypeSearchedInScope = false; local
297 ObjectTypeSearchedInScope = true;
358 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope &&

Completed in 91 milliseconds