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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 3747     OS << " __attribute__((format(" << (getType() ? getType()->getName() : "") << ", " << getFormatIdx() << ", " << getFirstArg() << ")))";
 3751     OS << " [[gnu::format(" << (getType() ? getType()->getName() : "") << ", " << getFormatIdx() << ", " << getFirstArg() << ")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  242     OS << " " << SA->getFormatIdx();
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  645     Record.push_back(SA->getFormatIdx());
tools/clang/lib/Sema/SemaChecking.cpp
 4091   FSI->FormatIdx = Format->getFormatIdx() - 1;
 6944               if (PVIndex == PVFormat->getFormatIdx() &&
tools/clang/lib/Sema/SemaDecl.cpp
 2544     NewAttr = S.mergeFormatAttr(D, *FA, FA->getType(), FA->getFormatIdx(),
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3209         F->getFormatIdx() == FormatIdx &&
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  707     ArgNum = Format->getFormatIdx() - 1;