Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DCallSite.h287 IterTy getCallee() const { in getCallee() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h574 const Decl *getCallee() const { return Callee; } in getCallee() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h2166 const Expr *getCallee() const { return cast<Expr>(SubExprs[FN]); } in getCallee() function
2167 Expr *getCallee() { return cast<Expr>(SubExprs[FN]); } in getCallee() function
/freebsd-10-stable/contrib/llvm/lib/IR/
DInstructions.cpp33 User::op_iterator CallSite::getCallee() const { in getCallee() function in CallSite