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 513 bool ObjectTypeSearchedInScope = false;
553 ObjectTypeSearchedInScope = true;
655 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope &&
    [all...]
SemaTemplate.cpp 285 bool ObjectTypeSearchedInScope = false;
304 ObjectTypeSearchedInScope = true;
361 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope &&
    [all...]

Completed in 2094 milliseconds