Home
last modified time | relevance | path

Searched defs:getDirectCallee (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/lib/AST/
H A DExpr.cpp1209 FunctionDecl *CallExpr::getDirectCallee() { in getDirectCallee() function in CallExpr
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h3017 FunctionDecl *getDirectCallee() { in getDirectCallee() function
3020 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h2990 FunctionDecl *getDirectCallee() { in getDirectCallee() function
2993 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExpr.h2989 FunctionDecl *getDirectCallee() { in getDirectCallee() function
2992 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h2989 FunctionDecl *getDirectCallee() { in getDirectCallee() function
2992 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DExpr.h2199 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function