Searched refs:SecKind (Results 1 – 3 of 3) sorted by relevance
2126 auto SecKind = Sema::PragmaClangSectionKind::PCSK_Invalid; in HandlePragma() local2137 SecKind = Sema::PragmaClangSectionKind::PCSK_BSS; in HandlePragma()2139 SecKind = Sema::PragmaClangSectionKind::PCSK_Data; in HandlePragma()2141 SecKind = Sema::PragmaClangSectionKind::PCSK_Rodata; in HandlePragma()2143 SecKind = Sema::PragmaClangSectionKind::PCSK_Relro; in HandlePragma()2145 SecKind = Sema::PragmaClangSectionKind::PCSK_Text; in HandlePragma()2154 PP.Diag(Tok.getLocation(), diag::err_pragma_clang_section_expected_equal) << SecKind; in HandlePragma()2166 SecKind, SecName); in HandlePragma()
274 PragmaClangSectionKind SecKind, in ActOnPragmaClangSection() argument278 switch (SecKind) { in ActOnPragmaClangSection()
10259 PragmaClangSectionKind SecKind, StringRef SecName);