reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParsePragma.cpp
 1810       SecKind = Sema::PragmaClangSectionKind::PCSK_BSS;
 1812       SecKind = Sema::PragmaClangSectionKind::PCSK_Data;
 1814       SecKind = Sema::PragmaClangSectionKind::PCSK_Rodata;
 1816       SecKind = Sema::PragmaClangSectionKind::PCSK_Relro;
 1818       SecKind = Sema::PragmaClangSectionKind::PCSK_Text;
 1826       PP.Diag(Tok.getLocation(), diag::err_pragma_clang_section_expected_equal) << SecKind;
 1837        SecKind, SecName);