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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp804 Value *Underlying = TrampMem->stripPointerCasts(); local
805 if (Underlying != TrampMem &&
806 (!Underlying->hasOneUse() || *Underlying->use_begin() != TrampMem))
808 if (!isa<AllocaInst>(Underlying))
/external/clang/lib/AST/
H A DASTDiagnostic.cpp80 QualType Underlying; local
89 Underlying = CTy->desugar(); \
102 if (isa<VectorType>(Underlying))
106 if (const TagType *UTT = Underlying->getAs<TagType>())
113 QT = Underlying;
/external/clang/include/clang/AST/
H A DDeclCXX.h2626 NamedDecl *Underlying; member in class:clang::UsingShadowDecl
2636 Underlying(Target),
2656 NamedDecl *getTargetDecl() const { return Underlying; }
2662 Underlying = ND;
/external/clang/lib/Sema/
H A DSemaType.cpp5299 QualType Underlying = BaseType; local
5304 Underlying = ED->getIntegerType();
5306 assert(!Underlying.isNull());
5307 return Context.getUnaryTransformType(BaseType, Underlying,
H A DSemaOverload.cpp1761 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); local
1762 return Context.hasSameUnqualifiedType(Underlying, ToType) ||
1763 IsIntegralPromotion(From, Underlying, ToType);
H A DTreeTransform.h760 QualType RebuildTypeOfExprType(Expr *Underlying, SourceLocation Loc);
765 QualType RebuildTypeOfType(QualType Underlying);
776 QualType RebuildDecltypeType(Expr *Underlying, SourceLocation Loc);
9411 QualType TreeTransform<Derived>::RebuildTypeOfType(QualType Underlying) { argument
9412 return SemaRef.Context.getTypeOfType(Underlying);
/external/clang/lib/Serialization/
H A DASTReader.cpp4918 QualType Underlying = readType(*Loc.F, Record, Idx); local
4920 if (Underlying.isNull())
4925 Args.size(), Underlying);

Completed in 194 milliseconds