Home
last modified time | relevance | path

Searched defs:SubModInfo (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp822 struct SubModInfo { in ExecuteAction() struct
823 unsigned Idx; in ExecuteAction()
824 Module *Mod; in ExecuteAction()
825 Module::ModuleKind Kind; in ExecuteAction()
826 std::string &Name; in ExecuteAction()
827 bool Seen; in ExecuteAction()