Home
last modified time | relevance | path

Searched refs:Underlying (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/AST/
DASTDiagnostic.cpp87 QualType Underlying; in Desugar() local
96 Underlying = CTy->desugar(); \ in Desugar()
109 if (isa<VectorType>(Underlying)) in Desugar()
113 if (const TagType *UTT = Underlying->getAs<TagType>()) in Desugar()
120 QT = Underlying; in Desugar()
DASTContext.cpp3131 QualType Underlying) const { in getTemplateSpecializationTypeInfo()
3134 QualType TST = getTemplateSpecializationType(Name, Args, Underlying); in getTemplateSpecializationTypeInfo()
3151 QualType Underlying) const { in getTemplateSpecializationType()
3163 Underlying); in getTemplateSpecializationType()
3181 QualType Underlying) const { in getTemplateSpecializationType()
3192 if (!Underlying.isNull()) in getTemplateSpecializationType()
3193 CanonType = getCanonicalType(Underlying); in getTemplateSpecializationType()
3213 IsTypeAlias ? Underlying : QualType()); in getTemplateSpecializationType()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1051 Value *Underlying = TrampMem->stripPointerCasts(); in FindInitTrampolineFromAlloca() local
1052 if (Underlying != TrampMem && in FindInitTrampolineFromAlloca()
1053 (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem)) in FindInitTrampolineFromAlloca()
1055 if (!isa<AllocaInst>(Underlying)) in FindInitTrampolineFromAlloca()
/external/clang/include/clang/AST/
DDeclCXX.h2739 NamedDecl *Underlying; variable
2749 redeclarable_base(C), Underlying(Target), in UsingShadowDecl()
2795 NamedDecl *getTargetDecl() const { return Underlying; } in getTargetDecl()
2801 Underlying = ND; in setTargetDecl()
/external/clang/lib/Sema/
DSemaType.cpp5570 QualType Underlying = BaseType; in BuildUnaryTransformType() local
5586 Underlying = ED->getIntegerType(); in BuildUnaryTransformType()
5587 assert(!Underlying.isNull()); in BuildUnaryTransformType()
5589 return Context.getUnaryTransformType(BaseType, Underlying, in BuildUnaryTransformType()
DTreeTransform.h782 QualType RebuildTypeOfExprType(Expr *Underlying, SourceLocation Loc);
787 QualType RebuildTypeOfType(QualType Underlying);
798 QualType RebuildDecltypeType(Expr *Underlying, SourceLocation Loc);
9956 QualType TreeTransform<Derived>::RebuildTypeOfType(QualType Underlying) { in RebuildTypeOfType() argument
9957 return SemaRef.Context.getTypeOfType(Underlying); in RebuildTypeOfType()
DSemaOverload.cpp1788 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion() local
1789 return Context.hasSameUnqualifiedType(Underlying, ToType) || in IsIntegralPromotion()
1790 IsIntegralPromotion(From, Underlying, ToType); in IsIntegralPromotion()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3261 if (const NamespaceAliasDecl *Underlying = in EmitNamespaceAlias() local
3266 EmitNamespaceAlias(*Underlying), getLineNumber(NA.getLocation()), in EmitNamespaceAlias()
/external/clang/lib/Serialization/
DASTReader.cpp5479 QualType Underlying = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5481 if (Underlying.isNull()) in readTypeRecord()
5486 Args.size(), Underlying); in readTypeRecord()