Lines Matching refs:PragmaLocation

521   SourceLocation PragmaLocation = ConsumeToken(); // The annotation token.  in HandlePragmaMSPragma()  local
537 if (!(this->*Handler)(PragmaName, PragmaLocation)) { in HandlePragmaMSPragma()
547 SourceLocation PragmaLocation) { in HandlePragmaMSSection() argument
549 PP.Diag(PragmaLocation, diag::warn_pragma_expected_lparen) << PragmaName; in HandlePragmaMSSection()
555 PP.Diag(PragmaLocation, diag::warn_pragma_expected_section_name) in HandlePragmaMSSection()
564 PP.Diag(PragmaLocation, diag::warn_pragma_expected_non_wide_string) in HandlePragmaMSSection()
581 PP.Diag(PragmaLocation, diag::warn_pragma_expected_action_or_r_paren) in HandlePragmaMSSection()
598 PP.Diag(PragmaLocation, Flag == ASTContext::PSF_None in HandlePragmaMSSection()
613 PP.Diag(PragmaLocation, diag::warn_pragma_expected_rparen) << PragmaName; in HandlePragmaMSSection()
618 PP.Diag(PragmaLocation, diag::warn_pragma_extra_tokens_at_eol) in HandlePragmaMSSection()
623 Actions.ActOnPragmaMSSection(PragmaLocation, SectionFlags, SegmentName); in HandlePragmaMSSection()
628 SourceLocation PragmaLocation) { in HandlePragmaMSSegment() argument
630 PP.Diag(PragmaLocation, diag::warn_pragma_expected_lparen) << PragmaName; in HandlePragmaMSSegment()
643 PP.Diag(PragmaLocation, in HandlePragmaMSSegment()
659 PP.Diag(PragmaLocation, diag::warn_pragma_expected_punc) in HandlePragmaMSSegment()
665 PP.Diag(PragmaLocation, diag::warn_pragma_expected_punc) << PragmaName; in HandlePragmaMSSegment()
678 PP.Diag(PragmaLocation, DiagID) << PragmaName; in HandlePragmaMSSegment()
686 PP.Diag(PragmaLocation, diag::warn_pragma_expected_non_wide_string) in HandlePragmaMSSegment()
695 PP.Diag(PragmaLocation, diag::warn_pragma_expected_rparen) << PragmaName; in HandlePragmaMSSegment()
700 PP.Diag(PragmaLocation, diag::warn_pragma_extra_tokens_at_eol) in HandlePragmaMSSegment()
705 Actions.ActOnPragmaMSSeg(PragmaLocation, Action, SlotLabel, in HandlePragmaMSSegment()
712 SourceLocation PragmaLocation) { in HandlePragmaMSInitSeg() argument
714 PP.Diag(PragmaLocation, diag::warn_pragma_init_seg_unsupported_target); in HandlePragmaMSInitSeg()
750 PP.Diag(PragmaLocation, diag::warn_pragma_expected_non_wide_string) in HandlePragmaMSInitSeg()
758 PP.Diag(PragmaLocation, diag::warn_pragma_expected_init_seg) << PragmaName; in HandlePragmaMSInitSeg()
768 Actions.ActOnPragmaMSInitSeg(PragmaLocation, SegmentName); in HandlePragmaMSInitSeg()