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";
132 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) &&
145 : VerifyJobAction(VerifyPCHJobClass, Input, Type) {}
ToolChain.cpp 263 case Action::VerifyPCHJobClass:
  /external/clang/include/clang/Driver/
Action.h 66 VerifyPCHJobClass,
69 JobClassLast=VerifyPCHJobClass
313 A->getKind() == VerifyPCHJobClass;
331 return A->getKind() == VerifyPCHJobClass;

Completed in 381 milliseconds