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

Declarations

tools/clang/include/clang/Tooling/ArgumentsAdjusters.h
   40 ArgumentsAdjuster getClangSyntaxOnlyAdjuster();

References

tools/clang/lib/Tooling/AllTUsExecution.cpp
   29       combineAdjusters(getClangSyntaxOnlyAdjuster(),
tools/clang/lib/Tooling/StandaloneExecution.cpp
   25       combineAdjusters(getClangSyntaxOnlyAdjuster(),
tools/clang/lib/Tooling/Tooling.cpp
  416   appendArgumentsAdjuster(getClangSyntaxOnlyAdjuster());
tools/clang/tools/extra/clangd/GlobalCompilationDatabase.cpp
   40                                 tooling::getClangSyntaxOnlyAdjuster()));
tools/clang/unittests/Tooling/ExecutionTest.cpp
  191                               getClangSyntaxOnlyAdjuster());
tools/clang/unittests/Tooling/ToolingTest.cpp
  399   Tool.appendArgumentsAdjuster(getClangSyntaxOnlyAdjuster());
  426   Tool.appendArgumentsAdjuster(getClangSyntaxOnlyAdjuster());