Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExprObjC.h1356 const ObjCMethodDecl *getMethodDecl() const { in getMethodDecl() function
1363 ObjCMethodDecl *getMethodDecl() { in getMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExprObjC.h1356 const ObjCMethodDecl *getMethodDecl() const { in getMethodDecl() function
1363 ObjCMethodDecl *getMethodDecl() { in getMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExprObjC.h1356 const ObjCMethodDecl *getMethodDecl() const { in getMethodDecl() function
1363 ObjCMethodDecl *getMethodDecl() { in getMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExprObjC.h1356 const ObjCMethodDecl *getMethodDecl() const { in getMethodDecl() function
1363 ObjCMethodDecl *getMethodDecl() { in getMethodDecl() function
/aosp_15_r20/external/clang/include/clang/Sema/
H A DInitialization.h362 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DInitialization.h468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DInitialization.h468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DInitialization.h468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DInitialization.h468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/aosp_15_r20/external/clang/lib/AST/
H A DExprCXX.cpp471 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr