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

  /external/clang/include/clang/Frontend/
PCHContainerOperations.h 58 class PCHContainerReader {
60 virtual ~PCHContainerReader() = 0;
83 class RawPCHContainerReader : public PCHContainerReader {
94 llvm::StringMap<std::unique_ptr<PCHContainerReader>> Readers;
102 void registerReader(std::unique_ptr<PCHContainerReader> Reader) {
108 const PCHContainerReader *getReaderOrNull(StringRef Format) {
111 const PCHContainerReader &getRawReader() {
Utils.h 49 class PCHContainerReader;
67 const PCHContainerReader &PCHContainerRdr,
CompilerInstance.h 530 /// Return the appropriate PCHContainerReader depending on the
532 const PCHContainerReader &getPCHContainerReader() const {
657 const PCHContainerReader &PCHContainerRdr,
ASTUnit.h 60 class PCHContainerReader;
729 const std::string &Filename, const PCHContainerReader &PCHContainerRdr,
    [all...]
  /external/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 31 /// A PCHContainerReader implementation that uses LLVM to
33 class ObjectFilePCHContainerReader : public PCHContainerReader {
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 39 class PCHContainerReader;
202 const PCHContainerReader &PCHContainerRdr,
ModuleManager.h 27 class PCHContainerReader;
54 const PCHContainerReader &PCHContainerRdr;
120 const PCHContainerReader &PCHContainerRdr);
ASTReader.h 375 const PCHContainerReader &PCHContainerRdr;
    [all...]
  /external/clang/lib/Frontend/
PCHContainerOperations.cpp 24 PCHContainerReader::~PCHContainerReader() {}
InitPreprocessor.cpp 101 const PCHContainerReader &PCHContainerRdr,
    [all...]
CompilerInstance.cpp 426 const PCHContainerReader &PCHContainerRdr,
    [all...]
ASTUnit.cpp 653 const std::string &Filename, const PCHContainerReader &PCHContainerRdr,
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 388 const PCHContainerReader &PCHContainerRdr;
422 FileManager &FileMgr, const PCHContainerReader &PCHContainerRdr)
769 const PCHContainerReader &PCHContainerRdr,
ModuleManager.cpp 298 const PCHContainerReader &PCHContainerRdr)
ASTReader.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 174 const PCHContainerReader &PCHContainerRdr) {

Completed in 357 milliseconds