Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DAction.cpp416 void VerifyPCHJobAction::anchor() {} in anchor()
418 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction() function in VerifyPCHJobAction
H A DDriver.cpp4627 return C.MakeAction<VerifyPCHJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DAction.h590 class VerifyPCHJobAction : public VerifyJobAction {
594 VerifyPCHJobAction(Action *Input, types::ID Type);
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp4701 } else if (isa<VerifyPCHJobAction>(JA)) { in ConstructJob()