Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DAction.cpp142 void VerifyPCHJobAction::anchor() {} in anchor()
144 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction() function in VerifyPCHJobAction
DDriver.cpp1762 return C.MakeAction<VerifyPCHJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
DTools.cpp3884 } else if (isa<VerifyPCHJobAction>(JA)) { in ConstructJob()
/external/clang/include/clang/Driver/
DAction.h326 class VerifyPCHJobAction : public VerifyJobAction {
329 VerifyPCHJobAction(Action *Input, types::ID Type);