Home
last modified time | relevance | path

Searched refs:ImportedModule (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h243 unsigned ImportedModule : 1;
250 StringRef FileName, bool InQuotes, bool ImportedModule,
265 bool importedModule() const { return ImportedModule; } in importedModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp44 bool InQuotes, bool ImportedModule, in InclusionDirective() argument
48 Kind(Kind), ImportedModule(ImportedModule), File(File) { in InclusionDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1351 struct ImportedModule { struct
1356 ImportedModule(ModuleFile *Mod, in ImportedModule() function
1364 SmallVectorImpl<ImportedModule> &Loaded,
1369 SmallVectorImpl<ImportedModule> &Loaded,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp133 typedef std::vector<ConstString> ImportedModule; typedef in __anon980213b80111::ClangModulesDeclVendorImpl
134 typedef std::map<ImportedModule, clang::Module *> ImportedModuleMap;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2802 SmallVectorImpl<ImportedModule> &Loaded, in ReadControlBlock()
4446 SmallVector<ImportedModule, 4> Loaded; in ReadAST()
4472 for (ImportedModule &M : Loaded) { in ReadAST()
4504 for (ImportedModule &M : Loaded) { in ReadAST()
4564 for (ImportedModule &M : Loaded) { in ReadAST()
4655 ImportedModule &M = Loaded[I]; in ReadAST()
4706 SmallVectorImpl<ImportedModule> &Loaded, in ReadASTCore()
4834 Loaded.push_back(ImportedModule(M, ImportedBy, ImportLoc)); in ReadASTCore()
H A DASTWriter.cpp231 for (const Module *ImportedModule : CurrentModule->Imports) in GetAffectingModuleMaps() local
232 CollectIncludingMapsFromAncestors(ImportedModule); in GetAffectingModuleMaps()
H A DASTReaderDecl.cpp2350 D->ImportedModule = readModule(); in VisitImportDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4759 Module *ImportedModule = nullptr; variable
4810 Module *getImportedModule() const { return ImportedModule; } in getImportedModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5611 : Decl(Import, DC, StartLoc), ImportedModule(Imported), in ImportDecl()
5621 : Decl(Import, DC, StartLoc), ImportedModule(Imported), in ImportDecl()