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

References

tools/clang/include/clang/Sema/Sema.h
 8920                                PragmaClangSectionKind SecKind, StringRef SecName);
tools/clang/lib/Parse/ParsePragma.cpp
 1799   auto SecKind = Sema::PragmaClangSectionKind::PCSK_Invalid;
 1799   auto SecKind = Sema::PragmaClangSectionKind::PCSK_Invalid;
 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;
tools/clang/lib/Sema/SemaAttr.cpp
  257                                    PragmaClangSectionKind SecKind, StringRef SecName) {
  260     case PragmaClangSectionKind::PCSK_BSS:
  263     case PragmaClangSectionKind::PCSK_Data:
  266     case PragmaClangSectionKind::PCSK_Rodata:
  269     case PragmaClangSectionKind::PCSK_Relro:
  272     case PragmaClangSectionKind::PCSK_Text: