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

  /external/clang/include/clang/Frontend/
CompilerInstance.h 121 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations;
513 return ThePCHContainerOperations;
521 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format);
  /external/clang/lib/Frontend/
CompilerInstance.cpp 58 ModuleManager(nullptr), ThePCHContainerOperations(PCHContainerOps),
    [all...]

Completed in 116 milliseconds