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()403 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
8770 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator()8774 CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()8775 CodeSegStack.CurrentPragmaLocation)); in ActOnFunctionDeclarator()8776 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()9266 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass()9293 CodeSegStack.CurrentValue) { in getImplicitCodeSegOrSectionAttrForFunction()9296 CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction()9297 CodeSegStack.CurrentPragmaLocation); in getImplicitCodeSegOrSectionAttrForFunction()
129 CodeSegStack(nullptr), CurInitSeg(nullptr), VisContext(nullptr), in Sema()
473 PragmaStack<StringLiteral *> CodeSegStack; variable