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

References

tools/clang/include/clang/Format/Format.h
 2129            StatementMacros == R.StatementMacros && UseTab == R.UseTab &&
 2129            StatementMacros == R.StatementMacros && UseTab == R.UseTab &&
tools/clang/lib/Format/Format.cpp
  544     IO.mapOptional("StatementMacros", Style.StatementMacros);
  824   LLVMStyle.StatementMacros.push_back("Q_UNUSED");
  825   LLVMStyle.StatementMacros.push_back("QT_REQUIRE_VERSION");
tools/clang/lib/Format/FormatTokenLexer.cpp
   40   for (const std::string &StatementMacro : Style.StatementMacros)
tools/clang/unittests/Format/FormatTest.cpp
 3103   Style.StatementMacros.push_back("FOO");
12759   Style.StatementMacros.clear();
12760   CHECK_PARSE("StatementMacros: [QUNUSED]", StatementMacros,
12762   CHECK_PARSE("StatementMacros: [QUNUSED, QT_REQUIRE_VERSION]", StatementMacros,