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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 2840     OS << " __attribute__((constructor(" << getPriority() << ")))";
 2844     OS << " [[gnu::constructor(" << getPriority() << ")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  174     OS << " " << SA->getPriority();
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  482     Record.push_back(SA->getPriority());
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4427     AddGlobalCtor(Fn, CA->getPriority());