Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp21 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
/external/llvm-project/clang/lib/CodeGen/
DCGCall.h63 const GlobalDecl getCalleeDecl() const { return CalleeDecl; } in getCalleeDecl() function
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h687 const Decl *getCalleeDecl() { return CalleeDecl; } in getCalleeDecl() function
/external/clang/lib/AST/
DExpr.cpp1185 Decl *CallExpr::getCalleeDecl() { in getCalleeDecl() function in CallExpr
/external/llvm-project/clang/include/clang/AST/
DExpr.h2894 Decl *getCalleeDecl() { return getCallee()->getReferencedDeclOfCallee(); } in getCalleeDecl() function
2895 const Decl *getCalleeDecl() const { in getCalleeDecl() function
/external/clang/include/clang/AST/
DExpr.h2193 const Decl *getCalleeDecl() const { in getCalleeDecl() function