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 222 void GeneratePTH(const std::string &MainFile);
447 void PTHWriter::GeneratePTH(const std::string &MainFile) {
561 PW.GeneratePTH(MainFilePath.str());
CompilerInvocation.cpp 675 Opts.ProgramAction = frontend::GeneratePTH; break;
    [all...]
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 63 case GeneratePTH: return new GeneratePTHAction();

Completed in 238 milliseconds