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

Declarations

tools/clang/include/clang/Sema/Sema.h
 2806   SectionAttr *mergeSectionAttr(Decl *D, const AttributeCommonInfo &CI,

References

tools/clang/lib/Sema/SemaDecl.cpp
 2547     NewAttr = S.mergeSectionAttr(D, *SA, SA->getName());
tools/clang/lib/Sema/SemaDeclAttr.cpp
 2906   SectionAttr *NewAttr = S.mergeSectionAttr(D, AL, Str);