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.cpp41 bool InQuotes, bool ImportedModule, in InclusionDirective() argument
45 Kind(Kind), ImportedModule(ImportedModule), File(File) { in InclusionDirective()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp128 typedef std::vector<ConstString> ImportedModule; typedef in __anonede2db020111::ClangModulesDeclVendorImpl
129 typedef std::map<ImportedModule, clang::Module *> ImportedModuleMap;
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1527 struct ImportedModule { struct
1532 ImportedModule(ModuleFile *Mod, in ImportedModule() argument
1540 SmallVectorImpl<ImportedModule> &Loaded,
1545 SmallVectorImpl<ImportedModule> &Loaded,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3033 SmallVectorImpl<ImportedModule> &Loaded, in ReadControlBlock()
4743 SmallVector<ImportedModule, 4> Loaded; in ReadAST()
4769 for (ImportedModule &M : Loaded) { in ReadAST()
4801 for (ImportedModule &M : Loaded) { in ReadAST()
4861 for (ImportedModule &M : Loaded) { in ReadAST()
4952 ImportedModule &M = Loaded[I]; in ReadAST()
5005 SmallVectorImpl<ImportedModule> &Loaded, in ReadASTCore()
5134 Loaded.push_back(ImportedModule(M, ImportedBy, ImportLoc)); in ReadASTCore()
H A DASTWriter.cpp239 for (const Module *ImportedModule : CurrentModule->Imports) in GetAffectingModuleMaps() local
240 CollectModuleMapsForHierarchy(ImportedModule, AR_ImportOrTextualHeader); in GetAffectingModuleMaps()
H A DASTReaderDecl.cpp2361 D->ImportedModule = readModule(); in VisitImportDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4968 Module *ImportedModule = nullptr; variable
5019 Module *getImportedModule() const { return ImportedModule; } in getImportedModule()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5915 : Decl(Import, DC, StartLoc), ImportedModule(Imported), in ImportDecl()
5924 : Decl(Import, DC, StartLoc), ImportedModule(Imported), in ImportDecl()