Searched defs:FromTy (Results 1 - 8 of 8) 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.cpp3374 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { argument
3383 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy);
H A DSemaOverload.cpp8547 QualType FromTy = Conv.Bad.getFromType(); local
8550 if (FromTy == S.Context.OverloadTy) {
8567 CanQualType CFromTy = S.Context.getCanonicalType(FromTy);
8587 << FromTy
8598 << FromTy
8609 << FromTy
8623 << FromTy << (CVR - 1);
8628 << FromTy << (CVR - 1) << I+1;
8640 << FromTy << ToTy << (unsigned) isObjectArgument << I+1;
8648 QualType TempFromTy = FromTy
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp373 QualType FromTy) {
374 while (Context.UnwrapSimilarPointerTypes(ToTy, FromTy)) {
377 FromTy = Context.getUnqualifiedArrayType(FromTy, Quals2);
392 if (ToTy != FromTy)
372 shouldBeModeledWithNoOp(ASTContext &Context, QualType ToTy, QualType FromTy) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h312 QualType FromTy; member in class:clang::ento::SymbolCast
318 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
335 Profile(ID, Operand, FromTy, ToTy);
/external/llvm/lib/IR/
H A DDIBuilder.cpp285 DIDerivedType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) { argument
297 FromTy.getRef()
/external/clang/lib/AST/
H A DASTImporter.cpp2705 QualType FromTy = D->getType(); local
2718 FromTy = Importer.getFromContext().getFunctionType(
2725 QualType T = Importer.Import(FromTy);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp551 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit); local
555 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy);

Completed in 1522 milliseconds