Home
last modified time | relevance | path

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

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