Home
last modified time | relevance | path

Searched refs:VerifyPCHJobClass (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DAction.cpp40 case VerifyPCHJobClass: return "verify-pch"; in getClassName()
413 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) && in VerifyJobAction()
426 : VerifyJobAction(VerifyPCHJobClass, Input, Type) {} in VerifyPCHJobAction()
H A DToolChain.cpp430 case Action::VerifyPCHJobClass: in getTool()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DAction.h72 VerifyPCHJobClass, enumerator
557 A->getKind() == VerifyPCHJobClass; in classof()
579 return A->getKind() == VerifyPCHJobClass; in classof()