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 44 GeneratePTH, ///< Generate pre-tokenized header.
  /external/clang/lib/Frontend/
CacheTokens.cpp 244 void GeneratePTH(const std::string &MainFile);
482 void PTHWriter::GeneratePTH(const std::string &MainFile) {
598 PW.GeneratePTH(MainFilePath.str());
CompilerInvocation.cpp     [all...]
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 56 case GeneratePTH: return new GeneratePTHAction();

Completed in 494 milliseconds