Lines Matching refs:TheDecl
3531 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()
4620 DC = BSI->TheDecl; in CreateUnaryExprOrTypeTraitExpr()
5843 DC = BSI->TheDecl; in CreateBuiltinArraySubscriptExpr()
15847 LabelDecl *TheDecl) { in ActOnAddrLabel() argument
15848 TheDecl->markUsed(Context); in ActOnAddrLabel()
15850 return new (Context) AddrLabelExpr(OpLoc, LabLoc, TheDecl, in ActOnAddrLabel()
16240 CurBlock->TheDecl->setSignatureAsWritten(Sig); in ActOnBlockArguments()
16248 CurBlock->TheDecl->setIsVariadic(isVariadic); in ActOnBlockArguments()
16256 CurBlock->TheDecl->setBlockMissingReturnType(false); in ActOnBlockArguments()
16279 CurBlock->TheDecl, ParamInfo.getBeginLoc(), I); in ActOnBlockArguments()
16286 CurBlock->TheDecl->setParams(Params); in ActOnBlockArguments()
16287 CheckParmsForFunctionDef(CurBlock->TheDecl->parameters(), in ActOnBlockArguments()
16292 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
16295 for (auto AI : CurBlock->TheDecl->parameters()) { in ActOnBlockArguments()
16296 AI->setOwningFunction(CurBlock->TheDecl); in ActOnBlockArguments()
16335 BlockDecl *BD = BSI->TheDecl; in ActOnBlockStmtExpr()