HomeSort by relevance Sort by last modified time
    Searched defs:getCallee (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
CallSite.h 88 return *getCallee();
102 *getCallee() = V;
109 return getCallee() == &UI.getUse();
273 IterTy getCallee() const {
300 User::op_iterator getCallee() const;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 531 const Decl *getCallee() const { return Callee; }
  /external/llvm/lib/VMCore/
Instructions.cpp 32 User::op_iterator CallSite::getCallee() const {
    [all...]

Completed in 545 milliseconds