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

Completed in 94 milliseconds