Searched defs:CalleeType (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp473 auto CalleeType = Callee->getFunctionType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp964 QualType CalleeType = E->getCallee()->getType(); local
H A DCGExprCXX.cpp1301 EmitNewDeleteCall(CodeGenFunction &CGF, const FunctionDecl *CalleeDecl, const FunctionProtoType *CalleeType, const CallArgList &Args) argument
H A DCGDebugInfo.cpp3927 EmitFuncDeclForCallSite(llvm::CallBase *CallOrInvoke, QualType CalleeType, const FunctionDecl *CalleeDecl) argument
H A DCGExpr.cpp5014 RValue CodeGenFunction::EmitCall(QualType CalleeType, const CGCallee &OrigCallee, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1443 QualType CalleeType = Callee->getType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3549 const Type *CalleeType = local
H A DSemaExpr.cpp397 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; enum
18664 QualType CalleeType = CalleeExpr->getType(); local

Completed in 170 milliseconds