Searched defs:getMethodDecl (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ExprObjC.h | 1356 const ObjCMethodDecl *getMethodDecl() const { getMethodDecl() function |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Initialization.h | 468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprCXX.cpp | 720 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { getMethodDecl() function in CXXMemberCallExpr |