Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp400 void VerifyPCHJobAction::anchor() {} in anchor()
402 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction() function in VerifyPCHJobAction
H A DDriver.cpp3962 return C.MakeAction<VerifyPCHJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h562 class VerifyPCHJobAction : public VerifyJobAction {
566 VerifyPCHJobAction(Action *Input, types::ID Type);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp4413 } else if (isa<VerifyPCHJobAction>(JA)) { in ConstructJob()