Home
last modified time | relevance | path

Searched defs:getMethodDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1356 const ObjCMethodDecl *getMethodDecl() const { getMethodDecl() function
1363 ObjCMethodDecl *getMethodDecl() { getMethodDecl() function
/llvm-project/clang/include/clang/Sema/
H A DInitialization.h468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp720 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { getMethodDecl() function in CXXMemberCallExpr