Searched refs:Underlying (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/AST/
H A DASTDiagnostic.cpp81 QualType Underlying; local
90 Underlying = CTy->desugar(); \
103 if (isa<VectorType>(Underlying))
107 if (const TagType *UTT = Underlying->getAs<TagType>())
114 QT = Underlying;
H A DASTContext.cpp2796 QualType Underlying) const {
2799 QualType TST = getTemplateSpecializationType(Name, Args, Underlying);
2816 QualType Underlying) const {
2828 Underlying);
2846 QualType Underlying) const {
2857 if (!Underlying.isNull())
2858 CanonType = getCanonicalType(Underlying);
2878 IsTypeAlias ? Underlying : QualType());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp803 Value *Underlying = TrampMem->stripPointerCasts(); local
804 if (Underlying != TrampMem &&
805 (!Underlying->hasOneUse() || *Underlying->use_begin() != TrampMem))
807 if (!isa<AllocaInst>(Underlying))
/external/clang/include/clang/AST/
H A DDeclCXX.h2574 NamedDecl *Underlying; member in class:clang::UsingShadowDecl
2584 Underlying(Target),
2604 NamedDecl *getTargetDecl() const { return Underlying; }
2610 Underlying = ND;
/external/clang/lib/Sema/
H A DSemaType.cpp4662 QualType Underlying = BaseType; local
4667 Underlying = ED->getIntegerType();
4669 assert(!Underlying.isNull());
4670 return Context.getUnaryTransformType(BaseType, Underlying,
H A DTreeTransform.h736 QualType RebuildTypeOfExprType(Expr *Underlying, SourceLocation Loc);
741 QualType RebuildTypeOfType(QualType Underlying);
752 QualType RebuildDecltypeType(Expr *Underlying, SourceLocation Loc);
9044 QualType TreeTransform<Derived>::RebuildTypeOfType(QualType Underlying) { argument
9045 return SemaRef.Context.getTypeOfType(Underlying);
/external/clang/lib/Serialization/
H A DASTReader.cpp4138 QualType Underlying = readType(*Loc.F, Record, Idx); local
4140 if (Underlying.isNull())
4145 Args.size(), Underlying);

Completed in 257 milliseconds