Searched defs:CalleeType (Results 1 – 13 of 13) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | ConstantInitBuilder.cpp | 304 GlobalDecl CalleeDecl, QualType CalleeType) { in addSignedPointer() argument
|
H A D | CGExprCXX.cpp | 1333 EmitNewDeleteCall(CodeGenFunction & CGF,const FunctionDecl * CalleeDecl,const FunctionProtoType * CalleeType,const CallArgList & Args) EmitNewDeleteCall() argument
|
H A D | CoverageMappingGen.cpp | 1566 QualType CalleeType = E->getCallee()->getType(); VisitCallExpr() local
|
H A D | CGExpr.cpp | 5797 EmitCall(QualType CalleeType,const CGCallee & OrigCallee,const CallExpr * E,ReturnValueSlot ReturnValue,llvm::Value * Chain) EmitCall() argument
|
H A D | CGDebugInfo.cpp | 4549 EmitFuncDeclForCallSite(llvm::CallBase * CallOrInvoke,QualType CalleeType,const FunctionDecl * CalleeDecl) EmitFuncDeclForCallSite() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 510 auto CalleeType = Callee->getFunctionType(); promoteCall() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | HeuristicResolver.cpp |
|
/llvm-project/clang/unittests/Tooling/ |
H A D | SourceCodeTest.cpp | 775 QualType CalleeType = Expr->getCallee()->getType(); TEST() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 699 } CallerType, CalleeType; checkMustTailAttr() local 834 __anon86ccc4100702(FuncType CallerType, FuncType CalleeType, PartialDiagnostic &PD) checkMustTailAttr() argument [all...] |
H A D | SemaDeclAttr.cpp | 3706 const Type *CalleeType = handleCallbackAttr() local
|
H A D | SemaExpr.cpp | 20307 QualType CalleeType = CalleeExpr->getType(); VisitCallExpr() local
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1592 QualType CalleeType = Callee->getType(); getCallReturnType() local [all...] |
H A D | ExprConstant.cpp | 7923 QualType CalleeType = Callee->getType(); handleCallExpr() local
|