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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp69 void addCalledDecl(Decl *D, Expr *CallExpr) { function in class:__anon1633::CGBuilder
78 addCalledDecl(D, CE);
92 addCalledDecl(FD, E);
99 addCalledDecl(Def, E);
125 addCalledDecl(D, ME);

Completed in 99 milliseconds