reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
 1063            T->isInstantiationDependentType() ||
 2033               type->isInstantiationDependentType()),
 2362            TInfo->getType()->isInstantiationDependentType(),
 3070             tinfo->getType()->isInstantiationDependentType()),
 3145              (ty->isInstantiationDependentType() ||
 4056            (DstType->isInstantiationDependentType() ||
 4224              false, (TInfo->getType()->isInstantiationDependentType() ||
 4913            false, false, ty->isInstantiationDependentType(), false) { }
 5009              T->isInstantiationDependentType(),
 5093            false, false, ty->isInstantiationDependentType(), false) { }
 5558            ty->isInstantiationDependentType() || BD->isDependentContext(),
 5616            (DstType->isInstantiationDependentType() ||
tools/clang/include/clang/AST/ExprCXX.h
  777              Operand->getType()->isInstantiationDependentType(),
 1011              Operand->getType()->isInstantiationDependentType(),
 1104              Ty->isInstantiationDependentType(),
 2064              false, Type->isInstantiationDependentType(),
 2742              (queried->getType()->isInstantiationDependentType() ||
tools/clang/include/clang/AST/ExprObjC.h
  417              EncodedType->getType()->isInstantiationDependentType(),
  663              /*TypeDependent=*/false, false, st->isInstantiationDependentType(),
tools/clang/include/clang/AST/LocInfoType.h
   39              ty->isInstantiationDependentType(), ty->isVariablyModifiedType(),
tools/clang/include/clang/AST/Type.h
 2532              Element->isInstantiationDependentType(),
 2562              InnerType->isInstantiationDependentType(),
 2592              Pointee->isInstantiationDependentType(),
 2643              OriginalTy->isInstantiationDependentType(),
 2695              Pointee->isInstantiationDependentType(),
 2728              Referencee->isInstantiationDependentType(),
 2816              (Cls->isInstantiationDependentType() ||
 2817               Pointee->isInstantiationDependentType()),
 4198              can->isInstantiationDependentType(),
 4225              UnderlyingTy->isInstantiationDependentType(),
 4300              T->isInstantiationDependentType(),
 4512              equivalent->isInstantiationDependentType(),
 4685              Canon->isInstantiationDependentType(),
 4796       if (DeducedAsType->isInstantiationDependentType())
 5226                         NamedType->isInstantiationDependentType(),
 5878              Pointee->isInstantiationDependentType(),
 6051              ValTy->isInstantiationDependentType(),
 6086              elemType->isInstantiationDependentType(),
tools/clang/lib/AST/DeclarationName.cpp
  440       return TInfo->getType()->isInstantiationDependentType();
  442     return Name.getCXXNameType()->isInstantiationDependentType();
tools/clang/lib/AST/Expr.cpp
  391   } else if (T->isInstantiationDependentType()) {
  406     if (T->isInstantiationDependentType())
  613            FNTy->isInstantiationDependentType(),
 1574          tsi->getType()->isInstantiationDependentType(),
 4103           Type->isInstantiationDependentType(),
tools/clang/lib/AST/ExprCXX.cpp
  176            Ty->isDependentType(), Ty->isInstantiationDependentType(),
  349            ScopeType->getType()->isInstantiationDependentType()) ||
  352                                              ->isInstantiationDependentType())),
 1101            Ty->isDependentType(), Ty->isInstantiationDependentType(),
 1510            BaseType->isInstantiationDependentType()),
 1694     if (Args[I]->getType()->isInstantiationDependentType())
tools/clang/lib/AST/ExprObjC.cpp
  152            T->isDependentType(), T->isInstantiationDependentType(),
tools/clang/lib/AST/ItaniumMangle.cpp
 2439   if (!T->isInstantiationDependentType() || T->isDependentType())
tools/clang/lib/AST/JSONNodeDumper.cpp
   77                       T->isInstantiationDependentType());
tools/clang/lib/AST/NestedNameSpecifier.cpp
  246     return getAsType()->isInstantiationDependentType();
tools/clang/lib/AST/TemplateBase.cpp
  161     return getAsType()->isInstantiationDependentType();
tools/clang/lib/AST/TextNodeDumper.cpp
  198   else if (T->isInstantiationDependentType())
tools/clang/lib/AST/Type.cpp
  128            et->isInstantiationDependentType() ||
  290            vecType->isInstantiationDependentType(),
  659            can->isInstantiationDependentType(),
  671            Base->isInstantiationDependentType(),
  687     else if (typeArg->isInstantiationDependentType())
 2959                    result->isInstantiationDependentType(),
 2982     else if (params[i]->isInstantiationDependentType())
 3001       if (ExceptionType->isInstantiationDependentType())
 3086     if (ET->isInstantiationDependentType())
 3263            BaseType->isInstantiationDependentType(),
 3442          Canon.isNull()? true : Canon->isInstantiationDependentType(),
 3632     if (!T->isInstantiationDependentType()) T->dump();
 3633     assert(T->isInstantiationDependentType());
 3736     assert(T->isInstantiationDependentType());
tools/clang/lib/Sema/SemaDeclAttr.cpp
 4229       !FD->getReturnType()->isInstantiationDependentType()) {
tools/clang/lib/Sema/SemaExpr.cpp
 5929           !FuncT->getReturnType()->isInstantiationDependentType())
tools/clang/lib/Sema/SemaOpenMP.cpp
 2435     if (QType->isDependentType() || QType->isInstantiationDependentType()) {
12836       Ty->isInstantiationDependentType() ||
12841                 D->getType()->isInstantiationDependentType() ||
14141     if (Type->isDependentType() || Type->isInstantiationDependentType()) {
15155       Type->isInstantiationDependentType() ||
15160                 D->getType()->isInstantiationDependentType() ||
tools/clang/lib/Sema/SemaOverload.cpp
 2826   if (FromType->isInstantiationDependentType() &&
tools/clang/lib/Sema/SemaTemplate.cpp
 4629   if (ArgType->getType()->isInstantiationDependentType()) {
 4914     if (NTTPType->isInstantiationDependentType() &&
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1028   if (T->isInstantiationDependentType() || T->isVariablyModifiedType())
 1656   if (!T->getType()->isInstantiationDependentType() &&
 1676   if (!TL.getType()->isInstantiationDependentType() &&
 1705   if (!T->isInstantiationDependentType() && !T->isVariablyModifiedType())
 1713   if (T->getType()->isInstantiationDependentType() ||
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  711   if (DI->getType()->isInstantiationDependentType() ||
  940   if (DI->getType()->isInstantiationDependentType() ||
 1027   } else if (DI->getType()->isInstantiationDependentType())  {
 3034       D->getType()->isInstantiationDependentType() ||
 3134       D->getType()->isInstantiationDependentType() ||
 5326       !cast<ParmVarDecl>(D)->getType()->isInstantiationDependentType())
tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
  166       if (CXXRD->getTypeForDecl()->isInstantiationDependentType())
tools/clang/tools/extra/clang-tidy/modernize/UseNodiscardCheck.cpp
   55          Node.getReturnType()->isInstantiationDependentType();
   62   return Node->isInstantiationDependentType();
   74           Node->isInstantiationDependentType());