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

  /external/clang/include/clang/Sema/
LocInfoType.h 40 ty->isInstantiationDependentType(),
  /external/clang/lib/AST/
DeclarationName.cpp 514 return TInfo->getType()->isInstantiationDependentType();
516 return Name.getCXXNameType()->isInstantiationDependentType();
ExprCXX.cpp 147 ty->isInstantiationDependentType(),
251 ScopeType->getType()->isInstantiationDependentType()) ||
254 ->isInstantiationDependentType())),
    [all...]
Type.cpp 179 vecType->isInstantiationDependentType(),
540 Base->isInstantiationDependentType(),
563 else if (typeArg->isInstantiationDependentType())
    [all...]
ExprObjC.cpp 164 T->isDependentType(), T->isInstantiationDependentType(),
NestedNameSpecifier.cpp 226 return getAsType()->isInstantiationDependentType();
Expr.cpp 236 } else if (T->isInstantiationDependentType()) {
251 if (T->isInstantiationDependentType())
453 FNTy->isInstantiationDependentType(),
    [all...]
ASTDumper.cpp 673 else if (T->isInstantiationDependentType())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
Expr.h     [all...]
ExprObjC.h 369 EncodedType->getType()->isInstantiationDependentType(),
594 /*TypeDependent=*/false, false, st->isInstantiationDependentType(),
    [all...]
ExprCXX.h 550 Operand->getType()->isInstantiationDependentType(),
756 Operand->getType()->isInstantiationDependentType(),
849 Type->isInstantiationDependentType(),
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 146 if (CXXRD->getTypeForDecl()->isInstantiationDependentType())
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 359 if (DI->getType()->isInstantiationDependentType() ||
558 if (DI->getType()->isInstantiationDependentType() ||
645 } else if (DI->getType()->isInstantiationDependentType()) {
    [all...]
SemaOpenMP.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 712 milliseconds