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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 3783     OS << " __attribute__((format_arg(" << getFormatIdx().getSourceIndex() << ")))";
 3787     OS << " [[gnu::format_arg(" << getFormatIdx().getSourceIndex() << ")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  247     OS << " " << SA->getFormatIdx().getSourceIndex();
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  653     Record.push_back(SA->getFormatIdx().serialize());
tools/clang/lib/Sema/SemaChecking.cpp
 6963         const Expr *Arg = CE->getArg(FA->getFormatIdx().getASTIndex());
 7012         const Expr *Arg = ME->getArg(FA->getFormatIdx().getASTIndex());