Home
last modified time | relevance | path

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

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