Searched defs:ModuleDecl (Results 1 – 2 of 2) sorted by relevance
70 struct ModuleDecl { struct71 ModuleId Id;72 SourceLocation Location; /// Points to the first keyword in the decl.73 ModuleAttributes Attrs;74 std::vector<Decl> Decls;
2226 for (const auto &ModuleDecl : ParsedMod->second) { in findOrLoadModule() local