Home
last modified time | relevance | path

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

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