Home
last modified time | relevance | path

Searched defs:ModuleFile (Results 1 – 16 of 16) 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.h132 ModuleFile(ModuleKind Kind, FileEntryRef File, unsigned Generation) in ModuleFile() function
H A DASTReader.h459 using ModuleFile = serialization::ModuleFile; variable
2459 SourceLocation TranslateSourceLocation(ModuleFile &ModuleFile, in TranslateSourceLocation() argument
2474 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, in ReadSourceLocation() argument
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h72 void addDependent(StringRef ModuleFile) { in addDependent()
142 ModuleFile, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclID.h174 class ModuleFile; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h72 ModuleFile, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h47 class ModuleFile; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h38 class ModuleFile; variable
H A DGlobalModuleIndex.cpp888 auto ModuleFile = FileMgr.getOptionalFileRef(D->path()); in writeIndex() local
H A DASTWriterDecl.cpp201 llvm::MapVector<ModuleFile *, const Decl *> &Firsts) { in CollectFirstDeclFromEachModule()
H A DASTReader.cpp8804 const ContinuousRangeMap<Key, ModuleFile *, in dumpModuleIDMap() argument
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1182 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) { in BeginSourceFile() local
H A DCompilerInstance.cpp1943 if (auto ModuleFile = FileMgr->getOptionalFileRef(ModuleFilename)) in findOrCompileModuleAndReadAST() local
H A DCompilerInvocation.cpp2940 for (const auto &ModuleFile : Opts.ModuleFiles) in GenerateFrontendArgs() local