Searched refs:FromTy (Results 1 - 15 of 15) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCasting.h120 template<typename To, typename FromTy>
121 struct isa_impl_wrap<To, FromTy, FromTy> {
123 static bool doit(const FromTy &Val) {
124 return isa_impl_cl<To,FromTy>::doit(Val);
176 template<class To, class FromTy>
177 struct cast_retty_wrap<To, FromTy, FromTy> {
179 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type;
200 template<class To, class FromTy> struc
[all...]
/external/clang/include/clang/Sema/
H A DSemaFixItUtils.h52 typedef bool (*TypeComparisonFuncTy) (const CanQualType FromTy,
58 /// type FromTy can be converted to ToTy. For example, one could check if
H A DOverload.h355 void *FromTy;
372 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); }
379 void setFromType(QualType T) { FromTy = T.getAsOpaquePtr(); }
H A DSema.h1067 TypeSourceInfo *GetTypeForDeclaratorCast(Declarator &D, QualType FromTy);
/external/clang/include/clang/AST/
H A DDeclBase.h1665 template<class FromTy>
1666 struct cast_convert_val< ::clang::DeclContext, FromTy, FromTy> {
1667 static ::clang::DeclContext &doit(const FromTy &Val) {
1668 return *FromTy::castToDeclContext(&Val);
1672 template<class FromTy>
1673 struct cast_convert_val< ::clang::DeclContext, FromTy*, FromTy*> {
1674 static ::clang::DeclContext *doit(const FromTy *Val) {
1675 return FromTy
[all...]
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp52 const QualType FromTy,
58 const CanQualType FromQTy = S.Context.getCanonicalType(FromTy);
51 tryToFixConversion(const Expr *FullExpr, const QualType FromTy, const QualType ToTy, Sema &S) argument
H A DSemaOverload.cpp8217 QualType FromTy = Conv.Bad.getFromType(); local
8220 if (FromTy == S.Context.OverloadTy) {
8237 CanQualType CFromTy = S.Context.getCanonicalType(FromTy);
8257 << FromTy
8268 << FromTy
8279 << FromTy
8293 << FromTy << (CVR - 1);
8298 << FromTy << (CVR - 1) << I+1;
8310 << FromTy << ToTy << (unsigned) isObjectArgument << I+1;
8318 QualType TempFromTy = FromTy
[all...]
H A DSemaType.cpp3303 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { argument
3312 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy);
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp371 QualType FromTy) {
372 while (Context.UnwrapSimilarPointerTypes(ToTy, FromTy)) {
375 FromTy = Context.getUnqualifiedArrayType(FromTy, Quals2);
390 if (ToTy != FromTy)
370 shouldBeModeledWithNoOp(ASTContext &Context, QualType ToTy, QualType FromTy) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h315 QualType FromTy; member in class:clang::ento::SymbolCast
321 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
338 Profile(ID, Operand, FromTy, ToTy);
/external/llvm/include/llvm/
H A DDIBuilder.h136 /// @param FromTy Base Type.
137 DIDerivedType createQualifiedType(unsigned Tag, DIType FromTy);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp865 DIType FromTy = DTy.getTypeDerivedFrom(); local
866 addType(&Buffer, FromTy);
/external/llvm/lib/IR/
H A DDIBuilder.cpp265 DIDerivedType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) { argument
277 FromTy
/external/clang/lib/AST/
H A DASTImporter.cpp2698 QualType FromTy = D->getType(); local
2711 FromTy = Importer.getFromContext().getFunctionType(
2718 QualType T = Importer.Import(FromTy);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp573 llvm::DIType FromTy = local
578 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy);

Completed in 332 milliseconds