Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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 DASTReader.h407 using ModuleFile = serialization::ModuleFile; variable
2188 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, uint32_t Raw) const { in ReadSourceLocation() argument
2195 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() argument
2207 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, in ReadSourceLocation() argument
2363 using ModuleFile = serialization::ModuleFile; variable
H A DModule.h110 ModuleFile(ModuleKind Kind, unsigned Generation) in ModuleFile() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DIndexingAction.h27 class ModuleFile; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderInternals.h39 class ModuleFile; variable
H A DGlobalModuleIndex.cpp865 const FileEntry *ModuleFile = FileMgr.getFile(D->path()); in writeIndex() local
H A DASTReader.cpp6409 void ASTReader::readExceptionSpec(ModuleFile &ModuleFile, in readExceptionSpec() argument
7712 const ContinuousRangeMap<Key, ModuleFile *, in dumpModuleIDMap() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h81 ModuleFile, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp900 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) in BeginSourceFile() local