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.cpp917 struct SubModInfo { in ExecuteAction() struct
918 unsigned Idx; in ExecuteAction()
919 Module *Mod; in ExecuteAction()
920 Module::ModuleKind Kind; in ExecuteAction()
921 std::string &Name; in ExecuteAction()
922 bool Seen; in ExecuteAction()