Home
last modified time | relevance | path

Searched refs:addCalledDecl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCallGraph.cpp69 void addCalledDecl(Decl *D, Expr *CallExpr) { in addCalledDecl() function in __anon946a5feb0111::CGBuilder
78 addCalledDecl(D, CE); in VisitCallExpr()
92 addCalledDecl(FD, E); in VisitCXXNewExpr()
99 addCalledDecl(Def, E); in VisitCXXConstructExpr()
125 addCalledDecl(D, ME); in VisitObjCMessageExpr()