Searched refs:PCHContainerReader (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | PCHContainerOperations.h | 58 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 D | ModuleManager.h | 44 class PCHContainerReader; variable 74 const PCHContainerReader &PCHContainerRdr; 144 const PCHContainerReader &PCHContainerRdr,
|
| H A D | GlobalModuleIndex.h | 39 class PCHContainerReader; variable 199 const PCHContainerReader &PCHContainerRdr,
|
| H A D | ASTReader.h | 106 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 D | PCHContainerOperations.cpp | 24 PCHContainerReader::~PCHContainerReader() {} in ~PCHContainerReader()
|
| H A D | GlobalModuleIndex.cpp | 393 const PCHContainerReader &PCHContainerRdr; 435 FileManager &FileMgr, const PCHContainerReader &PCHContainerRdr) in GlobalModuleIndexBuilder() 822 const PCHContainerReader &PCHContainerRdr, in writeIndex()
|
| H A D | ModuleManager.cpp | 332 const PCHContainerReader &PCHContainerRdr, in ModuleManager()
|
| H A D | ASTReader.cpp | 4624 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 D | Utils.h | 57 class PCHContainerReader; variable 71 const PCHContainerReader &PCHContainerRdr,
|
| H A D | CompilerInstance.h | 549 const PCHContainerReader &getPCHContainerReader() const { in getPCHContainerReader() 676 const PCHContainerReader &PCHContainerRdr,
|
| H A D | ASTUnit.h | 77 class PCHContainerReader; variable 685 const std::string &Filename, const PCHContainerReader &PCHContainerRdr,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.h | 35 class ObjectFilePCHContainerReader : public PCHContainerReader {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 81 const PCHContainerReader &PCHContainerRdr, in AddImplicitIncludePCH() 1089 const PCHContainerReader &PCHContainerRdr, in InitializePreprocessor()
|
| H A D | CompilerInstance.cpp | 506 const PCHContainerReader &PCHContainerRdr, in createPCHExternalASTSource()
|
| H A D | ASTUnit.cpp | 734 const std::string &Filename, const PCHContainerReader &PCHContainerRdr, in LoadFromASTFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 175 const PCHContainerReader &PCHContainerRdr) { in createInvocationForMigration()
|