Home
last modified time | relevance | path

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

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