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

/external/llvm/include/llvm/IR/
H A DCallSite.h87 return *getCallee();
101 *getCallee() = V;
111 bool isCallee(const Use *U) const { return getCallee() == U; }
323 IterTy getCallee() const { function in class:llvm::CallSiteBase
350 User::op_iterator getCallee() const;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h578 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 183 milliseconds