Home
last modified time | relevance | path

Searched refs:PCHContainerReader (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DPCHContainerOperations.h58 class PCHContainerReader {
60 virtual ~PCHContainerReader() = 0;
83 class RawPCHContainerReader : public PCHContainerReader {
93 llvm::StringMap<std::unique_ptr<PCHContainerReader>> Readers;
101 void registerReader(std::unique_ptr<PCHContainerReader> Reader) { in registerReader()
107 const PCHContainerReader *getReaderOrNull(llvm::StringRef Format) { in getReaderOrNull()
110 const PCHContainerReader &getRawReader() { in getRawReader()
H A DModuleManager.h44 class PCHContainerReader; variable
74 const PCHContainerReader &PCHContainerRdr;
144 const PCHContainerReader &PCHContainerRdr,
H A DGlobalModuleIndex.h39 class PCHContainerReader; variable
199 const PCHContainerReader &PCHContainerRdr,
H A DASTReader.h106 class PCHContainerReader; variable
425 const PCHContainerReader &PCHContainerRdr;
1486 const PCHContainerReader &PCHContainerRdr,
1676 const PCHContainerReader &PCHContainerRdr,
1684 const PCHContainerReader &PCHContainerRdr,
1692 const PCHContainerReader &PCHContainerRdr,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DPCHContainerOperations.cpp24 PCHContainerReader::~PCHContainerReader() {} in ~PCHContainerReader()
H A DGlobalModuleIndex.cpp393 const PCHContainerReader &PCHContainerRdr;
435 FileManager &FileMgr, const PCHContainerReader &PCHContainerRdr) in GlobalModuleIndexBuilder()
822 const PCHContainerReader &PCHContainerRdr, in writeIndex()
H A DModuleManager.cpp332 const PCHContainerReader &PCHContainerRdr, in ModuleManager()
H A DASTReader.cpp4624 const PCHContainerReader &PCHContainerRdr, DiagnosticsEngine &Diags) { in getOriginalSourceFile()
4720 const PCHContainerReader &PCHContainerRdr, in readASTFileControlBlock()
4934 const PCHContainerReader &PCHContainerRdr, in isAcceptableASTFile()
11605 const PCHContainerReader &PCHContainerRdr, in ASTReader()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h57 class PCHContainerReader; variable
71 const PCHContainerReader &PCHContainerRdr,
H A DCompilerInstance.h549 const PCHContainerReader &getPCHContainerReader() const { in getPCHContainerReader()
676 const PCHContainerReader &PCHContainerRdr,
H A DASTUnit.h77 class PCHContainerReader; variable
685 const std::string &Filename, const PCHContainerReader &PCHContainerRdr,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DObjectFilePCHContainerOperations.h35 class ObjectFilePCHContainerReader : public PCHContainerReader {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp81 const PCHContainerReader &PCHContainerRdr, in AddImplicitIncludePCH()
1089 const PCHContainerReader &PCHContainerRdr, in InitializePreprocessor()
H A DCompilerInstance.cpp506 const PCHContainerReader &PCHContainerRdr, in createPCHExternalASTSource()
H A DASTUnit.cpp734 const std::string &Filename, const PCHContainerReader &PCHContainerRdr, in LoadFromASTFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp175 const PCHContainerReader &PCHContainerRdr) { in createInvocationForMigration()