Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h29 class ModuleFile; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
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) in ModuleFile() function
H A DASTReader.h411 using ModuleFile = serialization::ModuleFile; variable
2263 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclID.h182 class ModuleFile; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h100 ModuleFile, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h37 class ModuleFile; variable
H A DGlobalModuleIndex.cpp894 auto ModuleFile = FileMgr.getOptionalFileRef(D->path()); in writeIndex() local
H A DASTReader.cpp8225 const ContinuousRangeMap<Key, ModuleFile *, in dumpModuleIDMap() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h72 ModuleFile, global() enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h45 class ModuleFile; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1034 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) { in BeginSourceFile() local
H A DCompilerInstance.cpp1928 if (auto ModuleFile = FileMgr->getFile(ModuleFilename)) in findOrCompileModuleAndReadAST() local
H A DCompilerInvocation.cpp2761 for (const auto &ModuleFile : Opts.ModuleFiles) in GenerateFrontendArgs() local