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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 817 const TempPCHFile &PCHFile = Storage.asFile();
818 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHFile.getFilePath());
823 auto PCHPath = PCHFile.getFilePath();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp 694 if (const FileEntry *PCHFile = Unit->getPCHFile())
695 DataConsumer.importedPCH(PCHFile);

Completed in 21 milliseconds