Searched defs:PreprocessJobAction (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Driver/
H A DAction.cpp64 void PreprocessJobAction::anchor() {}
66 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) function in class:PreprocessJobAction
/external/clang/include/clang/Driver/
H A DAction.h142 class PreprocessJobAction : public JobAction { class in namespace:clang::driver
145 PreprocessJobAction(Action *Input, types::ID OutputType);
150 static bool classof(const PreprocessJobAction *) { return true; }

Completed in 76 milliseconds