Home
last modified time | relevance | path

Searched refs:ImportedSubmodule (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h945 struct ImportedSubmodule { struct
949 ImportedSubmodule(serialization::SubmoduleID ID, SourceLocation ImportLoc) in ImportedSubmodule() argument
957 SmallVector<ImportedSubmodule, 2> PendingImportedModules;
961 SmallVector<ImportedSubmodule, 2> PendingImportedModulesSema;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3898 PendingImportedModules.push_back(ImportedSubmodule(GlobalID, Loc)); in ReadASTBlock()