Lines Matching refs:TheDecl
4823 DC = BSI->TheDecl; in CheckUnaryExprOrTypeTraitOperand()
6108 DC = BSI->TheDecl; in CreateBuiltinArraySubscriptExpr()
16613 LabelDecl *TheDecl) { in ActOnAddrLabel() argument
16614 TheDecl->markUsed(Context); in ActOnAddrLabel()
16617 OpLoc, LabLoc, TheDecl, Context.getPointerType(Context.VoidTy)); in ActOnAddrLabel()
17017 CurBlock->TheDecl->setSignatureAsWritten(Sig); in ActOnBlockArguments()
17025 CurBlock->TheDecl->setIsVariadic(isVariadic); in ActOnBlockArguments()
17033 CurBlock->TheDecl->setBlockMissingReturnType(false); in ActOnBlockArguments()
17056 CurBlock->TheDecl, ParamInfo.getBeginLoc(), I); in ActOnBlockArguments()
17063 CurBlock->TheDecl->setParams(Params); in ActOnBlockArguments()
17064 CheckParmsForFunctionDef(CurBlock->TheDecl->parameters(), in ActOnBlockArguments()
17069 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
17072 for (auto *AI : CurBlock->TheDecl->parameters()) { in ActOnBlockArguments()
17073 AI->setOwningFunction(CurBlock->TheDecl); in ActOnBlockArguments()
17083 CurBlock->TheDecl->setInvalidDecl(); in ActOnBlockArguments()
17115 BlockDecl *BD = BSI->TheDecl; in ActOnBlockStmtExpr()