Searched defs:getCallee (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCallSite.h88 return *getCallee();
102 *getCallee() = V;
109 return getCallee() == &UI.getUse();
273 IterTy getCallee() const { function in class:llvm::CallSiteBase
300 User::op_iterator getCallee() const;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h543 const Decl *getCallee() const { return Callee; } function in class:clang::ento::PathDiagnosticCallPiece
/external/llvm/lib/IR/
H A DInstructions.cpp33 User::op_iterator CallSite::getCallee() const { function in class:CallSite

Completed in 259 milliseconds