Home
last modified time | relevance | path

Searched refs:RequiresDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h33 std::variant<struct RequiresDecl, struct HeaderDecl, struct UmbrellaDirDecl,
44 struct RequiresDecl { struct
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp115 std::optional<RequiresDecl> parseRequiresDecl();
633 std::optional<RequiresDecl> ModuleMapFileParser::parseRequiresDecl() { in parseRequiresDecl()
635 RequiresDecl RD; in parseRequiresDecl()
1162 [&](const RequiresDecl &RD) { in dumpDecls()
H A DModuleMap.cpp1575 void handleRequiresDecl(const modulemap::RequiresDecl &RD);
1805 [&](const modulemap::RequiresDecl &RD) { handleRequiresDecl(RD); }, in handleModuleDecl()
1896 void ModuleMapLoader::handleRequiresDecl(const modulemap::RequiresDecl &RD) { in handleRequiresDecl()