HomeSort by: relevance | last modified time | path
    Searched refs:ObjectTypeSearchedInScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 515 bool ObjectTypeSearchedInScope = false;
555 ObjectTypeSearchedInScope = true;
660 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope &&
SemaTemplate.cpp 430 bool ObjectTypeSearchedInScope = false;
468 ObjectTypeSearchedInScope = true;
564 if (S && !ObjectType.isNull() && !ObjectTypeSearchedInScope &&

Completed in 53 milliseconds