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 258 bool isDependent = false;
264 isDependent = ObjectType->isDependentType();
265 assert((isDependent || !ObjectType->isIncompleteType() ||
278 isDependent = isDependentScopeSpecifier(SS);
307 } else if (isDependent && (!S || ObjectType.isNull())) {
320 if (Found.empty() && !isDependent) {
356 if (isDependent)
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 178 milliseconds