Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp1331 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()
1373 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()
1465 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
H A DSemaExprObjC.cpp1163 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in getMessageSendResultType()
1877 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()
1927 llvm::make_unique<ObjCInterfaceOrSuperCCC>(getCurMethodDecl()), in getObjCMessageKind()
2238 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()
2479 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
2621 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
H A DSemaCodeComplete.cpp190 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()
2000 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()
5113 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()
5229 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()
5253 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()
5378 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()
5520 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()
5531 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
H A DSemaStmt.cpp2929 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()
3056 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; in BuildReturnStmt()
3091 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
H A DSema.cpp913 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
H A DSemaAccess.cpp1878 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
H A DSemaChecking.cpp1963 isVariadic = getCurMethodDecl()->isVariadic(); in SemaBuiltinVAStart()
1990 LastArg = *(getCurMethodDecl()->param_end()-1); in SemaBuiltinVAStart()
2028 else if (ObjCMethodDecl *MD = getCurMethodDecl()) in SemaBuiltinVAStartARM()
7920 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
8073 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
H A DSemaDeclObjC.cpp301 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
H A DSemaLookup.cpp3866 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
H A DSemaExpr.cpp2069 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()
2328 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod()
8659 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
H A DSemaDecl.cpp696 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()
10519 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1945 ObjCMethodDecl *getCurMethodDecl();