Searched refs:VerifyPCHJobAction (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Driver/
H A DAction.cpp142 void VerifyPCHJobAction::anchor() {}
144 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) function in class:VerifyPCHJobAction
H A DDriver.cpp1318 return new VerifyPCHJobAction(Input, types::TY_Nothing);
H A DTools.cpp2312 } else if (isa<VerifyPCHJobAction>(JA)) {
/external/clang/include/clang/Driver/
H A DAction.h254 class VerifyPCHJobAction : public VerifyJobAction { class in namespace:clang::driver
257 VerifyPCHJobAction(Action *Input, types::ID Type);

Completed in 433 milliseconds