Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h70 struct ModuleDecl { struct
71 ModuleId Id;
72 SourceLocation Location; /// Points to the first keyword in the decl.
73 ModuleAttributes Attrs;
74 std::vector<Decl> Decls;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2226 for (const auto &ModuleDecl : ParsedMod->second) { in findOrLoadModule() local