HomeSort by relevance Sort by last modified time
    Searched refs:VerifyPCHJobClass (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Driver/
Action.h 57 VerifyPCHJobClass,
60 JobClassLast=VerifyPCHJobClass
292 A->getKind() == VerifyPCHJobClass;
310 return A->getKind() == VerifyPCHJobClass;
  /external/clang/lib/Driver/
Action.cpp 40 case VerifyPCHJobClass: return "verify-pch";
151 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) &&
165 : VerifyJobAction(VerifyPCHJobClass, std::move(Input), Type) {}
ToolChain.cpp 262 case Action::VerifyPCHJobClass:

Completed in 35 milliseconds