Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDAction.cpp425 void VerifyPCHJobAction::anchor() {} in anchor()
427 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction() function in VerifyPCHJobAction
HDDriver.cpp4845 return C.MakeAction<VerifyPCHJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDAction.h573 class VerifyPCHJobAction : public VerifyJobAction {
577 VerifyPCHJobAction(Action *Input, types::ID Type);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp5169 } else if (isa<VerifyPCHJobAction>(JA)) { in ConstructJob()