HomeSort by relevance Sort by last modified time
    Searched defs:PreprocessJobAction (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
Action.cpp 56 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType)
  /external/clang/include/clang/Driver/
Action.h 139 class PreprocessJobAction : public JobAction {
141 PreprocessJobAction(Action *Input, types::ID OutputType);
146 static bool classof(const PreprocessJobAction *) { return true; }

Completed in 465 milliseconds