HomeSort by relevance Sort by last modified time
    Searched refs:isInstantiationDependentType (Results 1 - 15 of 15) 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();
Type.cpp 174 vecType->isInstantiationDependentType(),
186 vecType->isInstantiationDependentType(),
    [all...]
ExprCXX.cpp 150 ty->isInstantiationDependentType(),
256 ScopeType->getType()->isInstantiationDependentType()) ||
259 ->isInstantiationDependentType())),
    [all...]
NestedNameSpecifier.cpp 198 return getAsType()->isInstantiationDependentType();
Expr.cpp 236 } else if (T->isInstantiationDependentType()) {
251 if (T->isInstantiationDependentType())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
Expr.h     [all...]
ExprCXX.h 539 Operand->getType()->isInstantiationDependentType(),
681 Operand->getType()->isInstantiationDependentType(),
773 Type->isInstantiationDependentType(),
    [all...]
ExprObjC.h 356 EncodedType->getType()->isInstantiationDependentType(),
575 /*TypeDependent=*/false, false, st->isInstantiationDependentType(),
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 246 if (DI->getType()->isInstantiationDependentType() ||
442 if (DI->getType()->isInstantiationDependentType() ||
529 } else if (DI->getType()->isInstantiationDependentType()) {
    [all...]
SemaOverload.cpp     [all...]

Completed in 6182 milliseconds