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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
11465     OS << " __attribute__((xray_log_args(" << getArgumentCount() << ")))";
11469     OS << " [[clang::xray_log_args(" << getArgumentCount() << ")]]";
11473     OS << " [[clang::xray_log_args(" << getArgumentCount() << ")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  834     OS << " " << SA->getArgumentCount();
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1896     Record.push_back(SA->getArgumentCount());
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  753                           llvm::utostr(LogArgs->getArgumentCount()));