Home
last modified time | relevance | path

Searched refs:getCurMethodDecl (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Sema/
DSemaExprMember.cpp1437 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()
1479 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()
1572 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
DSemaExprObjC.cpp1316 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()
2077 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()
2127 llvm::make_unique<ObjCInterfaceOrSuperCCC>(getCurMethodDecl()), in getObjCMessageKind()
2435 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()
2683 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
2849 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
DSemaCodeComplete.cpp189 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()
2014 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()
5351 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()
5468 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()
5492 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()
5617 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()
5759 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()
5770 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
DSemaStmt.cpp3196 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()
3336 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; in BuildReturnStmt()
3371 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
DSema.cpp945 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
DSemaAccess.cpp1890 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
DSemaChecking.cpp3146 isVariadic = getCurMethodDecl()->isVariadic(); in SemaBuiltinVAStartImpl()
3174 LastArg = getCurMethodDecl()->parameters().back(); in SemaBuiltinVAStartImpl()
3260 else if (ObjCMethodDecl *MD = getCurMethodDecl()) in SemaBuiltinVAStartARM()
9834 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
10153 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
DSemaLookup.cpp4301 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
DSemaDeclObjC.cpp301 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
DSemaExpr.cpp2175 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()
2432 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod()
9867 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
DSemaDecl.cpp780 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()
11583 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
/external/clang/include/clang/Sema/
DSema.h2109 ObjCMethodDecl *getCurMethodDecl();