Searched refs:PragmaLocation (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 332 CSec->PragmaLocation = PragmaLoc; in ActOnPragmaClangSection() 633 void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation, in Act() argument 639 CurrentPragmaLocation = PragmaLocation; in Act() 644 PragmaLocation)); in Act() 654 CurrentPragmaLocation = I->PragmaLocation; in Act() 669 CurrentPragmaLocation = PragmaLocation; in Act() 672 CurrentPragmaLocation = Stack.back().PragmaLocation; in Act() 684 CurrentPragmaLocation = Stack.back().PragmaLocation; in Act() 690 CurrentPragmaLocation = PragmaLocation; in Act() 696 SourceLocation PragmaLocation; in UnifySection() local [all …]
|
H A D | SemaDecl.cpp | 10254 PragmaClangTextSection.PragmaLocation)); in ActOnFunctionDeclarator() 10274 Context, PragmaClangTextSection.PragmaLocation)); in ActOnFunctionDeclarator() 14552 PragmaClangBSSSection.PragmaLocation)); in FinalizeDeclaration() 14556 PragmaClangDataSection.PragmaLocation)); in FinalizeDeclaration() 14560 PragmaClangRodataSection.PragmaLocation)); in FinalizeDeclaration() 14564 PragmaClangRelroSection.PragmaLocation)); in FinalizeDeclaration()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1036 SourceLocation PragmaLocation = ConsumeAnnotationToken(); in HandlePragmaMSPragma() local 1057 if (!(this->*Handler)(PragmaName, PragmaLocation)) { in HandlePragmaMSPragma() 1067 SourceLocation PragmaLocation) { in HandlePragmaMSSection() argument 1069 PP.Diag(PragmaLocation, diag::warn_pragma_expected_lparen) << PragmaName; in HandlePragmaMSSection() 1075 PP.Diag(PragmaLocation, diag::warn_pragma_expected_section_name) in HandlePragmaMSSection() 1084 PP.Diag(PragmaLocation, diag::warn_pragma_expected_non_wide_string) in HandlePragmaMSSection() 1101 PP.Diag(PragmaLocation, diag::warn_pragma_expected_action_or_r_paren) in HandlePragmaMSSection() 1118 PP.Diag(PragmaLocation, Flag == ASTContext::PSF_None in HandlePragmaMSSection() 1133 PP.Diag(PragmaLocation, diag::warn_pragma_expected_rparen) << PragmaName; in HandlePragmaMSSection() 1138 PP.Diag(PragmaLocation, diag::warn_pragma_extra_tokens_at_eol) in HandlePragmaMSSection() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 781 SourceLocation PragmaLocation); 783 SourceLocation PragmaLocation); 785 SourceLocation PragmaLocation); 787 SourceLocation PragmaLocation); 789 SourceLocation PragmaLocation); 791 SourceLocation PragmaLocation); 793 SourceLocation PragmaLocation);
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1494 SourceLocation PragmaLocation; member 1625 SourceLocation PragmaLocation; member 1628 SourceLocation PragmaLocation, SourceLocation PragmaPushLocation) in Slot() 1630 PragmaLocation(PragmaLocation), in Slot() 1634 void Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, in Act() 1638 CurrentPragmaLocation = PragmaLocation; in Act() 1643 PragmaLocation); in Act() 1653 CurrentPragmaLocation = I->PragmaLocation; in Act() 1659 CurrentPragmaLocation = Stack.back().PragmaLocation; in Act() 1665 CurrentPragmaLocation = PragmaLocation; in Act() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4611 AddSourceLocation(StackEntry.PragmaLocation, Record); in WritePackPragmaOptions() 4631 AddSourceLocation(StackEntry.PragmaLocation, Record); in WriteFloatControlPragmaOptions()
|