Searched defs:destType (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp50 CastOperation(Sema &S, QualType destType, ExprResult src) argument
306 tryDiagnoseOverloadedCast(Sema &S, CastType CT, SourceRange range, Expr *src, QualType destType, bool listInitialization) argument
382 diagnoseBadCast(Sema &S, unsigned msg, CastType castType, SourceRange opRange, Expr *src, QualType destType, bool listInitialization) argument
[all...]
H A DSemaExprObjC.cpp1440 void Sema::EmitRelatedResultTypeNoteForReturn(QualType destType) { argument
H A DSemaInit.cpp6828 QualType destType = entity.getType(); local
H A DSemaExpr.cpp6162 QualType destType = S.Context.getPointerType(S.Context.VoidTy); local
6195 QualType destType = S.Context.getPointerType(destPointee); local
6205 QualType destType = S.Context.getPointerType(destPointee); local
6648 QualType destType = Context.getPointerType(destPointee); local
6668 QualType destType = Context.getPointerType(destPointee); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp47 llvm::PointerType *destType = Int8PtrTy; local

Completed in 404 milliseconds