Home
last modified time | relevance | path

Searched defs:destType (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp308 QualType destType, in tryDiagnoseOverloadedCast()
383 SourceRange opRange, Expr *src, QualType destType, in diagnoseBadCast()
H A DSemaExpr.cpp5702 QualType destType = S.Context.getPointerType(S.Context.VoidTy); in checkConditionalBlockPointerCompatibility() local
5735 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local
5745 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local
6009 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local
6029 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local
H A DSemaExprObjC.cpp1220 void Sema::EmitRelatedResultTypeNoteForReturn(QualType destType) { in EmitRelatedResultTypeNoteForReturn()
H A DSemaInit.cpp6408 QualType destType = entity.getType(); in emitBadConversionNotes() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp620 llvm::Type *destType = ConvertType(E->getType()); in VisitCastExpr() local
H A DCGExpr.cpp46 llvm::PointerType *destType = Int8PtrTy; in EmitCastToVoidPtr() local
H A DCGCall.cpp2521 llvm::PointerType *destType = in emitWritebackArg() local