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

  /external/clang/lib/Driver/
Action.cpp 27 case PreprocessJobClass: return "preprocessor";
67 : JobAction(PreprocessJobClass, Input, OutputType) {
ToolChain.cpp 115 case Action::PreprocessJobClass:
ToolChains.cpp     [all...]
  /external/clang/include/clang/Driver/
Action.h 44 PreprocessJobClass,
55 JobClassFirst=PreprocessJobClass,
149 return A->getKind() == PreprocessJobClass;

Completed in 26 milliseconds