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 506 return TInfo->getType()->isInstantiationDependentType();
508 return Name.getCXXNameType()->isInstantiationDependentType();
Type.cpp 174 vecType->isInstantiationDependentType(),
186 vecType->isInstantiationDependentType(),
    [all...]
ExprCXX.cpp 92 ty->isInstantiationDependentType(),
195 ScopeType->getType()->isInstantiationDependentType()) ||
198 ->isInstantiationDependentType())),
788 T->isInstantiationDependentType(),
    [all...]
NestedNameSpecifier.cpp 196 return getAsType()->isInstantiationDependentType();
Expr.cpp 264 } else if (T->isInstantiationDependentType()) {
279 if (T->isInstantiationDependentType())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ExprCXX.h 539 Operand->getType()->isInstantiationDependentType(),
681 Operand->getType()->isInstantiationDependentType(),
769 Type->isInstantiationDependentType(),
    [all...]
Expr.h 801 T->isInstantiationDependentType(),
    [all...]
ExprObjC.h 355 EncodedType->getType()->isInstantiationDependentType(),
574 /*TypeDependent=*/false, false, st->isInstantiationDependentType(),
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaOpenMP.cpp 334 if (Type->isDependentType() || Type->isInstantiationDependentType()) {
SemaTemplateInstantiateDecl.cpp 196 if (DI->getType()->isInstantiationDependentType() ||
379 if (DI->getType()->isInstantiationDependentType() ||
466 } else if (DI->getType()->isInstantiationDependentType()) {
    [all...]
SemaOverload.cpp     [all...]

Completed in 77 milliseconds