HomeSort by relevance Sort by last modified time
    Searched defs:IsDependent (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp 254 bool isDependent = false;
260 isDependent = ObjectType->isDependentType();
261 assert((isDependent || !ObjectType->isIncompleteType() ||
274 isDependent = isDependentScopeSpecifier(SS);
303 } else if (isDependent && (!S || ObjectType.isNull())) {
316 if (Found.empty() && !isDependent) {
353 if (isDependent)
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 100 milliseconds