HomeSort by relevance Sort by last modified time
    Searched refs:ObjectTypeSearchedInScope (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 435 bool ObjectTypeSearchedInScope = false;
475 ObjectTypeSearchedInScope = true;
536 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope &&
    [all...]
SemaTemplate.cpp 278 bool ObjectTypeSearchedInScope = false;
297 ObjectTypeSearchedInScope = true;
358 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope &&
    [all...]

Completed in 130 milliseconds