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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 2892   if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &LiteralLoc))
 2895   if (!S.checkSectionName(LiteralLoc, Str))
 2899   std::string Error = S.Context.getTargetInfo().isValidSectionSpecifier(Str);
 2906   SectionAttr *NewAttr = S.mergeSectionAttr(D, AL, Str);