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

/external/clang/include/clang/AST/
H A DExprObjC.h1268 const ObjCMethodDecl *getMethodDecl() const { function in class:clang::ObjCMessageExpr
1275 ObjCMethodDecl *getMethodDecl() { function in class:clang::ObjCMessageExpr
1288 if (HasMethod) return getMethodDecl()->getMethodFamily();
/external/clang/include/clang/Sema/
H A DInitialization.h351 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } function in class:clang::InitializedEntity
/external/clang/lib/AST/
H A DExprCXX.cpp487 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { function in class:CXXMemberCallExpr

Completed in 293 milliseconds