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

  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp 256 bool isDependent = false;
262 isDependent = ObjectType->isDependentType();
263 assert((isDependent || !ObjectType->isIncompleteType() ||
276 isDependent = isDependentScopeSpecifier(SS);
305 } else if (isDependent && (!S || ObjectType.isNull())) {
318 if (Found.empty() && !isDependent) {
354 if (isDependent)
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 343 milliseconds