Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h814 struct ImportedSubmodule { struct
818 ImportedSubmodule(serialization::SubmoduleID ID, SourceLocation ImportLoc) in ImportedSubmodule() argument
824 SmallVector<ImportedSubmodule, 2> ImportedModules;
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3269 ImportedModules.push_back(ImportedSubmodule(GlobalID, Loc)); in ReadASTBlock()