Lines Matching refs:TheDecl
3472 currentDecl = BSI->TheDecl; in BuildPredefinedExpr()
4508 DC = BSI->TheDecl; in CreateUnaryExprOrTypeTraitExpr()
5650 DC = BSI->TheDecl; in CreateBuiltinArraySubscriptExpr()
15079 LabelDecl *TheDecl) { in ActOnAddrLabel() argument
15080 TheDecl->markUsed(Context); in ActOnAddrLabel()
15082 return new (Context) AddrLabelExpr(OpLoc, LabLoc, TheDecl, in ActOnAddrLabel()
15472 CurBlock->TheDecl->setSignatureAsWritten(Sig); in ActOnBlockArguments()
15480 CurBlock->TheDecl->setIsVariadic(isVariadic); in ActOnBlockArguments()
15488 CurBlock->TheDecl->setBlockMissingReturnType(false); in ActOnBlockArguments()
15511 CurBlock->TheDecl, ParamInfo.getBeginLoc(), I); in ActOnBlockArguments()
15518 CurBlock->TheDecl->setParams(Params); in ActOnBlockArguments()
15519 CheckParmsForFunctionDef(CurBlock->TheDecl->parameters(), in ActOnBlockArguments()
15524 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
15527 for (auto AI : CurBlock->TheDecl->parameters()) { in ActOnBlockArguments()
15528 AI->setOwningFunction(CurBlock->TheDecl); in ActOnBlockArguments()
15567 BlockDecl *BD = BSI->TheDecl; in ActOnBlockStmtExpr()