HomeSort by: relevance | last modified time | path
    Searched refs:VerifyPCHJobClass (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/
Action.cpp 39 case VerifyPCHJobClass: return "verify-pch";
390 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) &&
403 : VerifyJobAction(VerifyPCHJobClass, Input, Type) {}
ToolChain.cpp 357 case Action::VerifyPCHJobClass:
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h 72 VerifyPCHJobClass,
547 A->getKind() == VerifyPCHJobClass;
569 return A->getKind() == VerifyPCHJobClass;

Completed in 18 milliseconds