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

/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 DSemaType.cpp2942 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { argument
2951 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy);
H A DSemaOverload.cpp8008 QualType FromTy = Conv.Bad.getFromType(); local
8011 if (FromTy == S.Context.OverloadTy) {
8028 CanQualType CFromTy = S.Context.getCanonicalType(FromTy);
8048 << FromTy
8059 << FromTy
8070 << FromTy
8084 << FromTy << (CVR - 1);
8089 << FromTy << (CVR - 1) << I+1;
8101 << FromTy << ToTy << (unsigned) isObjectArgument << I+1;
8109 QualType TempFromTy = FromTy
[all...]
/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/lib/VMCore/
H A DDIBuilder.cpp196 DIType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) { argument
208 FromTy
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp731 DIType FromTy = DTy.getTypeDerivedFrom(); local
732 addType(&Buffer, FromTy);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp489 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit); local
493 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy);

Completed in 200 milliseconds