Home
last modified time | relevance | path

Searched defs:CalleeDecl (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp56 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in getDeclFromCall() local
H A DExprMutationAnalyzer.cpp137 const Decl *CalleeDecl = Node.getCalleeDecl(); in AST_MATCHER() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h44 GlobalDecl CalleeDecl; global() variable
H A DCGExprCXX.cpp328 const CXXMethodDecl *CalleeDecl = EmitCXXMemberOrOperatorMemberCallExpr() local
1328 EmitNewDeleteCall(CodeGenFunction & CGF,const FunctionDecl * CalleeDecl,const FunctionProtoType * CalleeType,const CallArgList & Args) EmitNewDeleteCall() argument
[all...]
H A DCGExpr.cpp5935 if (auto *CalleeDecl = dyn_cast_or_null<FunctionDecl>(TargetDecl)) { EmitCall() local
H A DCGDebugInfo.cpp4397 EmitFuncDeclForCallSite(llvm::CallBase * CallOrInvoke,QualType CalleeType,const FunctionDecl * CalleeDecl) EmitFuncDeclForCallSite() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp943 const Function *CalleeDecl = nullptr; in constructCallSiteEntryDIEs() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp789 const auto *CalleeDecl = CE->getCalleeDecl(); checkMustTailAttr() local
H A DSemaInit.cpp7073 CXXConstructorDecl *CalleeDecl = Constructor; PerformConstructorInitialization() local