Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp124 typedef std::vector<ConstString> ImportedModule; typedef in __anonede2db020111::ClangModulesDeclVendorImpl
125 typedef std::map<ImportedModule, clang::Module *> ImportedModuleMap;
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1348 struct ImportedModule { struct
1353 ImportedModule(ModuleFile *Mod, in ImportedModule() function
1361 SmallVectorImpl<ImportedModule> &Loaded,
1366 SmallVectorImpl<ImportedModule> &Loaded,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2850 SmallVectorImpl<ImportedModule> &Loaded, in ReadControlBlock()
4455 SmallVector<ImportedModule, 4> Loaded; in ReadAST()
4481 for (ImportedModule &M : Loaded) { in ReadAST()
4513 for (ImportedModule &M : Loaded) { in ReadAST()
4573 for (ImportedModule &M : Loaded) { in ReadAST()
4663 ImportedModule &M = Loaded[I]; in ReadAST()
4714 SmallVectorImpl<ImportedModule> &Loaded, in ReadASTCore()
4842 Loaded.push_back(ImportedModule(M, ImportedBy, ImportLoc)); in ReadASTCore()
H A DASTWriter.cpp217 for (const Module *ImportedModule : CurrentModule->Imports) in GetAffectingModuleMaps() local
218 CollectModuleMapsForHierarchy(ImportedModule); in GetAffectingModuleMaps()
H A DASTReaderDecl.cpp2332 D->ImportedModule = readModule(); in VisitImportDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4786 Module *ImportedModule = nullptr; variable
4837 Module *getImportedModule() const { return ImportedModule; } in getImportedModule()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5682 : Decl(Import, DC, StartLoc), ImportedModule(Imported), in ImportDecl()
5692 : Decl(Import, DC, StartLoc), ImportedModule(Imported), in ImportDecl()