Searched refs:PragmaLocation (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 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 [all …]
|
/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 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() [all …]
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 500 SourceLocation PragmaLocation); 502 SourceLocation PragmaLocation); 504 SourceLocation PragmaLocation);
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 347 SourceLocation PragmaLocation; member 350 SourceLocation PragmaLocation) in Slot() 352 PragmaLocation(PragmaLocation) {} in Slot() 354 void Act(SourceLocation PragmaLocation, 7766 void ActOnPragmaMSSeg(SourceLocation PragmaLocation, 7773 void ActOnPragmaMSSection(SourceLocation PragmaLocation, 7777 void ActOnPragmaMSInitSeg(SourceLocation PragmaLocation,
|