Home
last modified time | relevance | path

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

/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.cpp723 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr