Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h40 class ModuleFile; variable
55 using ModuleFile = serialization::ModuleFile; variable
H A DModuleFileExtension.h31 class ModuleFile; variable
H A DASTRecordReader.h34 using ModuleFile = serialization::ModuleFile; variable
H A DModuleFile.h126 ModuleFile(ModuleKind Kind, FileEntryRef File, unsigned Generation) ModuleFile() function
H A DASTReader.h411 using ModuleFile = serialization::ModuleFile; global() variable
2263 TranslateSourceLocation(ModuleFile & ModuleFile,SourceLocation Loc) TranslateSourceLocation() argument
[all...]
/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h29 class ModuleFile; variable
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.h25 class ModuleFile; variable
/llvm-project/clang/include/clang/AST/
H A DDeclID.h182 class ModuleFile; global() variable
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h100 ModuleFile, enumerator
/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h37 class ModuleFile; global() variable
[all...]
H A DGlobalModuleIndex.cpp894 if (llvm::Error Err = Builder.loadModuleFile(*ModuleFile)) in writeIndex() local
[all...]
H A DASTReader.cpp8225 dumpModuleIDMap(StringRef Name,const ContinuousRangeMap<Key,ModuleFile *,InitialCapacity> & Map) dumpModuleIDMap() argument
[all...]
/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h71 ModuleFile, global() enumerator
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h45 class ModuleFile; global() variable
/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1034 serialization::ModuleFile *Loaded = nullptr; in BeginSourceFile() local
H A DCompilerInstance.cpp1928 if (auto ModuleFile = FileMgr->getFile(ModuleFilename)) findOrCompileModuleAndReadAST() local
H A DCompilerInvocation.cpp2733 for (const auto &ModuleFile : Opts.ModuleFiles) GenerateFrontendArgs() local