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.cpp276 const Module &Mod, SmallVectorImpl<const Module *> &SubMods) { in collectAllSubModulesWithUmbrellaHeader() argument
278 SubMods.push_back(&Mod); in collectAllSubModulesWithUmbrellaHeader()
280 collectAllSubModulesWithUmbrellaHeader(*M, SubMods); in collectAllSubModulesWithUmbrellaHeader()