Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h36 struct LinkDecl, struct ConfigMacrosDecl, struct ConflictDecl>;
109 struct LinkDecl { struct
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp121 std::optional<LinkDecl> parseLinkDecl();
825 std::optional<LinkDecl> ModuleMapFileParser::parseLinkDecl() { in parseLinkDecl()
827 LinkDecl LD; in parseLinkDecl()
1203 [&](const LinkDecl &LD) { in dumpDecls()
H A DModuleMap.cpp1581 void handleLinkDecl(const modulemap::LinkDecl &LD);
1819 [&](const modulemap::LinkDecl &LD) { handleLinkDecl(LD); }, in handleModuleDecl()
2069 void ModuleMapLoader::handleLinkDecl(const modulemap::LinkDecl &LD) { in handleLinkDecl()