reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2713 ObjCMethodDecl *getCurMethodDecl();
1916 if (ObjCMethodDecl *MD = getCurMethodDecl())
tools/clang/lib/Sema/SemaChecking.cpp13524 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); 13846 owner.Variable = getCurMethodDecl()->getSelfDecl();tools/clang/lib/Sema/SemaCodeComplete.cpp
211 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) 2534 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { 6499 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); 6614 if (ObjCMethodDecl *Method = getCurMethodDecl()) 6637 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { 6759 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) 6900 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) 6911 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) {tools/clang/lib/Sema/SemaDecl.cpp
854 ObjCMethodDecl *CurMethod = getCurMethodDecl(); 1217 if (getCurMethodDecl() && SS.isEmpty()) 13926 assert(MD == getCurMethodDecl() && "Method parsing confused");tools/clang/lib/Sema/SemaDeclObjC.cpp
363 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused");
tools/clang/lib/Sema/SemaExpr.cpp2238 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); 2494 ObjCMethodDecl *CurMethod = getCurMethodDecl(); 2566 ObjCMethodDecl *CurMethod = getCurMethodDecl(); 11743 ObjCMethodDecl *method = S.getCurMethodDecl();tools/clang/lib/Sema/SemaExprMember.cpp
1407 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) 1449 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { 1538 ObjCMethodDecl *MD = S.getCurMethodDecl();tools/clang/lib/Sema/SemaExprObjC.cpp
1344 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) 2147 if (ObjCMethodDecl *Method = getCurMethodDecl()) { 2195 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl()); 2552 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { 2829 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { 2999 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); 3146 if (const auto *CurMeth = getCurMethodDecl()) {tools/clang/lib/Sema/SemaLookup.cpp
4631 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) {
tools/clang/lib/Sema/SemaStmt.cpp3602 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { 3748 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; 3784 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(),