Home
last modified time | relevance | path

Searched defs:getCallee (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DCallSite.h273 IterTy getCallee() const { in getCallee() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h531 const Decl *getCallee() const { return Callee; } in getCallee() function
/external/clang/include/clang/AST/
DExpr.h2068 const Expr *getCallee() const { return cast<Expr>(SubExprs[FN]); } in getCallee() function
2069 Expr *getCallee() { return cast<Expr>(SubExprs[FN]); } in getCallee() function
/external/llvm/lib/VMCore/
DInstructions.cpp32 User::op_iterator CallSite::getCallee() const { in getCallee() function in CallSite