Searched defs:getMethodDecl (Results 1 - 3 of 3) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | ExprObjC.h | 1258 const ObjCMethodDecl *getMethodDecl() const { function in class:clang::ObjCMessageExpr 1265 ObjCMethodDecl *getMethodDecl() { function in class:clang::ObjCMessageExpr 1278 if (HasMethod) return getMethodDecl()->getMethodFamily(); |
/external/clang/include/clang/Sema/ | ||
H A D | Initialization.h | 361 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } function in class:clang::InitializedEntity |
/external/clang/lib/AST/ | ||
H A D | ExprCXX.cpp | 542 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { function in class:CXXMemberCallExpr |
Completed in 2587 milliseconds