Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp283 const Module &Mod, SmallVectorImpl<const Module *> &SubMods) { in collectAllSubModulesWithUmbrellaHeader() argument
285 SubMods.push_back(&Mod); in collectAllSubModulesWithUmbrellaHeader()
287 collectAllSubModulesWithUmbrellaHeader(*M, SubMods); in collectAllSubModulesWithUmbrellaHeader()