reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2892 if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &LiteralLoc)) 2895 if (!S.checkSectionName(LiteralLoc, Str)) 2899 std::string Error = S.Context.getTargetInfo().isValidSectionSpecifier(Str); 2901 S.Diag(LiteralLoc, diag::err_attribute_section_invalid_for_target) 2906 SectionAttr *NewAttr = S.mergeSectionAttr(D, AL, Str);