HomeSort by relevance Sort by last modified time
    Searched refs:isDependentType (Results 26 - 50 of 57) sorted by null

12 3

  /external/clang/lib/Sema/
SemaDeclAttr.cpp 591 if (!QT->isDependentType()) {
    [all...]
SemaExpr.cpp 567 T->isDependentType() ||
790 if (getLangOpts().CPlusPlus11 && !Ty->isDependentType())
    [all...]
SemaLambda.cpp 458 if (!LSI->ReturnType->isDependentType() &&
652 if (CSI.ReturnType->isDependentType())
    [all...]
SemaTemplateInstantiateDecl.cpp 687 assert(!D->getIntegerType()->isDependentType()
    [all...]
SemaCast.cpp 247 bool TypeDependent = DestType->isDependentType() ||
    [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
Sema.cpp 617 assert(!(*I)->isDependentType() &&
    [all...]
SemaChecking.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaLookup.cpp 688 R.getLookupName().getCXXNameType()->isDependentType() ||
    [all...]
SemaPseudoObject.cpp 244 assert(!ty->isDependentType());
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDependentType)
ExprObjC.h 354 EncodedType->getType()->isDependentType(),
355 EncodedType->getType()->isDependentType(),
    [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 177 return getAsType()->isDependentType();
RecordLayoutBuilder.cpp 772 assert(!I.getType()->isDependentType() &&
    [all...]
DeclCXX.cpp 169 if (BaseType->isDependentType())
348 if (!Type->isDependentType())
    [all...]
ASTContext.cpp     [all...]
ASTDiagnostic.cpp     [all...]
Decl.cpp 247 if (!NTTP->getType()->isDependentType()) {
256 if (!type->isDependentType())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 255 if (RD->isDependentType()) return;
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 262 if (!Ty->isDependentType())
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 269 Record.push_back(T->isDependentType());
274 Record.push_back(T->isDependentType());
316 Record.push_back(T->isDependentType());
    [all...]

Completed in 703 milliseconds

12 3