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

  /external/clang/lib/Driver/
Action.cpp 37 case VerifyPCHJobClass: return "verify-pch";
124 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) &&
131 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) &&
145 : VerifyJobAction(VerifyPCHJobClass, Input, Type) {
ToolChain.cpp 126 case Action::VerifyPCHJobClass:
  /external/clang/include/clang/Driver/
Action.h 54 VerifyPCHJobClass,
57 JobClassLast=VerifyPCHJobClass
241 A->getKind() == VerifyPCHJobClass;
259 return A->getKind() == VerifyPCHJobClass;

Completed in 217 milliseconds