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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 38 GeneratePTH, ///< Generate pre-tokenized header.
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 51 case GeneratePTH: return new GeneratePTHAction();
  /external/clang/lib/Frontend/
CacheTokens.cpp 223 void GeneratePTH(const std::string &MainFile);
448 void PTHWriter::GeneratePTH(const std::string &MainFile) {
562 PW.GeneratePTH(MainFilePath.str());
CompilerInvocation.cpp 426 case frontend::GeneratePTH: return "-emit-pth";
    [all...]

Completed in 77 milliseconds