Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DAction.cpp148 void VerifyPCHJobAction::anchor() {} in anchor()
150 VerifyPCHJobAction::VerifyPCHJobAction(std::unique_ptr<Action> Input, in VerifyPCHJobAction() function in VerifyPCHJobAction
DDriver.cpp1356 return llvm::make_unique<VerifyPCHJobAction>(std::move(Input), in ConstructPhaseAction()
DTools.cpp2660 } else if (isa<VerifyPCHJobAction>(JA)) { in ConstructJob()
/external/clang/include/clang/Driver/
DAction.h270 class VerifyPCHJobAction : public VerifyJobAction {
273 VerifyPCHJobAction(std::unique_ptr<Action> Input, types::ID Type);