Searched refs:SecKind (Results 1 – 3 of 3) sorted by relevance
2180 auto SecKind = Sema::PragmaClangSectionKind::PCSK_Invalid; in HandlePragma() local2191 SecKind = Sema::PragmaClangSectionKind::PCSK_BSS; in HandlePragma()2193 SecKind = Sema::PragmaClangSectionKind::PCSK_Data; in HandlePragma()2195 SecKind = Sema::PragmaClangSectionKind::PCSK_Rodata; in HandlePragma()2197 SecKind = Sema::PragmaClangSectionKind::PCSK_Relro; in HandlePragma()2199 SecKind = Sema::PragmaClangSectionKind::PCSK_Text; in HandlePragma()2208 PP.Diag(Tok.getLocation(), diag::err_pragma_clang_section_expected_equal) << SecKind; in HandlePragma()2220 SecKind, SecName); in HandlePragma()
277 PragmaClangSectionKind SecKind, in ActOnPragmaClangSection() argument281 switch (SecKind) { in ActOnPragmaClangSection()
10583 PragmaClangSectionKind SecKind, StringRef SecName);