Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp853 struct SubModInfo { in ExecuteAction() struct
854 unsigned Idx; in ExecuteAction()
855 Module *Mod; in ExecuteAction()
856 Module::ModuleKind Kind; in ExecuteAction()
857 std::string &Name; in ExecuteAction()
858 bool Seen; in ExecuteAction()