Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp888 struct SubModInfo { in ExecuteAction() struct
889 unsigned Idx; in ExecuteAction()
890 Module *Mod; in ExecuteAction()
891 Module::ModuleKind Kind; in ExecuteAction()
892 std::string &Name; in ExecuteAction()
893 bool Seen; in ExecuteAction()