Searched refs:PreprocessJobAction (Results 1 - 4 of 4) 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
H A DDriver.cpp1220 return new PreprocessJobAction(Input, OutputTy);
1391 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) &&
1509 if (AtTopLevel && isa<PreprocessJobAction>(JA) && !CCGenDiagnostics)
1828 if (isa<PreprocessJobAction>(JA)) {
H A DTools.cpp1488 } else if (isa<PreprocessJobAction>(JA)) {
2772 if (isa<PreprocessJobAction>(JA))
/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 388 milliseconds