HomeSort by relevance Sort by last modified time
    Searched refs:PreprocessOnlyAction (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
FrontendActions.h 229 class PreprocessOnlyAction : public PreprocessorFrontendAction {
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 108 case RunPreprocessorOnly: return llvm::make_unique<PreprocessOnlyAction>();
  /external/clang/lib/Frontend/
FrontendActions.cpp 657 void PreprocessOnlyAction::ExecuteAction() {

Completed in 137 milliseconds