Searched refs:CodeSegStack (Results 1 – 4 of 4) sorted by relevance
37 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()47 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()305 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
88 ConstSegStack(nullptr), CodeSegStack(nullptr), CurInitSeg(nullptr), in Sema()
8178 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator()8182 CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()8183 CodeSegStack.CurrentPragmaLocation)); in ActOnFunctionDeclarator()8184 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
408 PragmaStack<StringLiteral *> CodeSegStack; variable