Searched refs:ClangStripOutputAdjuster (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h57 class ClangStripOutputAdjuster : public ArgumentsAdjuster { class in namespace:clang::tooling
/external/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp41 ClangStripOutputAdjuster::Adjust(const CommandLineArguments &Args) {
H A DTooling.cpp275 ArgsAdjusters.push_back(new ClangStripOutputAdjuster());
/external/clang/tools/clang-check/
H A DClangCheck.cpp202 Tool.appendArgumentsAdjuster(new ClangStripOutputAdjuster());

Completed in 250 milliseconds