Home
last modified time | relevance | path

Searched defs:ModuleFile (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h42 class ModuleFile; variable
57 using ModuleFile = serialization::ModuleFile; variable
H A DModuleFileExtension.h31 class ModuleFile; variable
H A DASTRecordReader.h32 using ModuleFile = serialization::ModuleFile; variable
H A DASTReader.h393 using ModuleFile = serialization::ModuleFile; variable
2144 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, uint32_t Raw) const { in ReadSourceLocation() argument
2151 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() argument
2163 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, in ReadSourceLocation() argument
H A DModuleFile.h112 ModuleFile(ModuleKind Kind, unsigned Generation) in ModuleFile() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexingAction.h29 class ModuleFile; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderInternals.h38 class ModuleFile; variable
H A DGlobalModuleIndex.cpp898 auto ModuleFile = FileMgr.getFile(D->path()); in writeIndex() local
H A DASTReader.cpp7800 const ContinuousRangeMap<Key, ModuleFile *, in dumpModuleIDMap() argument
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp916 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) in BeginSourceFile() local
H A DCompilerInstance.cpp1740 if (auto ModuleFile = FileMgr->getFile(ModuleFilename)) in findOrCompileModuleAndReadAST() local
H A DCompilerInvocation.cpp2515 for (const auto &ModuleFile : Opts.ModuleFiles) in GenerateFrontendArgs() local