Lines Matching refs:PragmaLocation
329 void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation, in Act() argument
347 CurrentPragmaLocation = I->PragmaLocation; in Act()
353 CurrentPragmaLocation = Stack.back().PragmaLocation; in Act()
359 CurrentPragmaLocation = PragmaLocation; in Act()
411 void Sema::ActOnPragmaMSSeg(SourceLocation PragmaLocation, in ActOnPragmaMSSeg() argument
423 Diag(PragmaLocation, diag::warn_pragma_pop_failed) << PragmaName in ActOnPragmaMSSeg()
428 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
432 void Sema::ActOnPragmaMSSection(SourceLocation PragmaLocation, in ActOnPragmaMSSection() argument
434 UnifySection(SegmentName->getString(), SectionFlags, PragmaLocation); in ActOnPragmaMSSection()
437 void Sema::ActOnPragmaMSInitSeg(SourceLocation PragmaLocation, in ActOnPragmaMSInitSeg() argument
443 CurInitSegLoc = PragmaLocation; in ActOnPragmaMSInitSeg()