Lines Matching refs:PragmaLocation
212 void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation, in Act() argument
231 CurrentPragmaLocation = I->PragmaLocation; in Act()
237 CurrentPragmaLocation = Stack.back().PragmaLocation; in Act()
243 CurrentPragmaLocation = PragmaLocation; in Act()
295 void Sema::ActOnPragmaMSSeg(SourceLocation PragmaLocation, in ActOnPragmaMSSeg() argument
307 Diag(PragmaLocation, diag::warn_pragma_pop_failed) << PragmaName in ActOnPragmaMSSeg()
312 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
316 void Sema::ActOnPragmaMSSection(SourceLocation PragmaLocation, in ActOnPragmaMSSection() argument
318 UnifySection(SegmentName->getString(), SectionFlags, PragmaLocation); in ActOnPragmaMSSection()
321 void Sema::ActOnPragmaMSInitSeg(SourceLocation PragmaLocation, in ActOnPragmaMSInitSeg() argument
327 CurInitSegLoc = PragmaLocation; in ActOnPragmaMSInitSeg()