Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h92 Function *getCallee() const { return Callee; } in getCallee() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpFrame.cpp151 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h183 Value *getCallee() { return Callee; } in getCallee() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h599 const Decl *getCallee() const { return Callee; } in getCallee() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2882 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
2883 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
H A DExprCXX.h4607 UnresolvedLookupExpr *getCallee() const { in getCallee() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp634 const FunctionDecl *getCallee() const override { return Callee; } in getCallee() function in __anondef1c1650111::CallStackFrame