Home
last modified time | relevance | path

Searched defs:getCallSite (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDAnalysisDeclContext.h322 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDPartialInlining.cpp306 static CallSite getCallSite(User *U) { in getCallSite() function