Searched refs:PragmaLocation (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 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 [all …]
|
/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 504 SourceLocation PragmaLocation = ConsumeToken(); // The annotation token. in HandlePragmaMSPragma() local 520 if (!(this->*Handler)(PragmaName, PragmaLocation)) { in HandlePragmaMSPragma() 530 SourceLocation PragmaLocation) { in HandlePragmaMSSection() argument 532 PP.Diag(PragmaLocation, diag::warn_pragma_expected_lparen) << PragmaName; in HandlePragmaMSSection() 538 PP.Diag(PragmaLocation, diag::warn_pragma_expected_section_name) in HandlePragmaMSSection() 547 PP.Diag(PragmaLocation, diag::warn_pragma_expected_non_wide_string) in HandlePragmaMSSection() 564 PP.Diag(PragmaLocation, diag::warn_pragma_expected_action_or_r_paren) in HandlePragmaMSSection() 581 PP.Diag(PragmaLocation, Flag == ASTContext::PSF_None in HandlePragmaMSSection() 596 PP.Diag(PragmaLocation, diag::warn_pragma_expected_rparen) << PragmaName; in HandlePragmaMSSection() 601 PP.Diag(PragmaLocation, diag::warn_pragma_extra_tokens_at_eol) in HandlePragmaMSSection() [all …]
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 494 SourceLocation PragmaLocation); 496 SourceLocation PragmaLocation); 498 SourceLocation PragmaLocation);
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 366 SourceLocation PragmaLocation; member 369 SourceLocation PragmaLocation) in Slot() 371 PragmaLocation(PragmaLocation) {} in Slot() 373 void Act(SourceLocation PragmaLocation, 7617 void ActOnPragmaMSSeg(SourceLocation PragmaLocation, 7624 void ActOnPragmaMSSection(SourceLocation PragmaLocation, 7628 void ActOnPragmaMSInitSeg(SourceLocation PragmaLocation,
|