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 442 bool ObjectTypeSearchedInScope = false;
482 ObjectTypeSearchedInScope = true;
542 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope) {
    [all...]
SemaTemplate.cpp 278 bool ObjectTypeSearchedInScope = false;
297 ObjectTypeSearchedInScope = true;
357 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope) {
    [all...]

Completed in 204 milliseconds