Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h40 class ModuleFile; variable
55 using ModuleFile = serialization::ModuleFile; variable
H A DModuleFileExtension.h32 class ModuleFile; global() variable
H A DASTRecordReader.h33 using ModuleFile = serialization::ModuleFile; global() variable
H A DModuleFile.h126 ModuleFile(ModuleKind Kind, FileEntryRef File, unsigned Generation) in ModuleFile() function
H A DASTReader.h410 using ModuleFile = serialization::ModuleFile; global() variable
2238 TranslateSourceLocation(ModuleFile & ModuleFile,SourceLocation Loc) TranslateSourceLocation() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h29 class ModuleFile; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h99 ModuleFile, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h37 class ModuleFile; variable
[all...]
H A DGlobalModuleIndex.cpp898 auto ModuleFile = FileMgr.getOptionalFileRef(D->path()); writeIndex() local
[all...]
H A DASTReader.cpp8134 dumpModuleIDMap(StringRef Name,const ContinuousRangeMap<Key,ModuleFile *,InitialCapacity> & Map) dumpModuleIDMap() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h71 ModuleFile, enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h45 class ModuleFile; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1025 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) { BeginSourceFile() local
H A DCompilerInstance.cpp1886 if (auto ModuleFile = FileMgr->getFile(ModuleFilename)) findOrCompileModuleAndReadAST() local
H A DCompilerInvocation.cpp2682 for (const auto &ModuleFile : Opts.ModuleFiles) GenerateFrontendArgs() local