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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 4220   auto *A = new (C) InitSegAttr(C, *this, getSection());
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  263     OS << " \"" << SA->getSection() << "\"";
gen/tools/clang/include/clang/AST/Attrs.inc
 5678     OS << " (" << getSection() << ')';
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  722     Record.AddString(SA->getSection());
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  422   PtrArray->setSection(ISA->getSection());