HomeSort by: relevance | last modified time | path
    Searched refs:PreprocessOnlyAction (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendActions.h 279 class PreprocessOnlyAction : public PreprocessorFrontendAction {
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 122 case RunPreprocessorOnly: return std::make_unique<PreprocessOnlyAction>();
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp 135 auto Action = std::make_unique<PreprocessOnlyAction>();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 782 void PreprocessOnlyAction::ExecuteAction() {

Completed in 63 milliseconds