Searched refs:UseDecl (Results 1 – 4 of 4) sorted by relevance
35 struct ExportAsDecl, struct ExternModuleDecl, struct UseDecl,104 struct UseDecl { struct
114 std::optional<UseDecl> parseUseDecl();613 std::optional<UseDecl> ModuleMapFileParser::parseUseDecl() { in parseUseDecl()615 UseDecl UD; in parseUseDecl()1199 [&](const UseDecl &UD) { in dumpDecls()
1580 void handleUseDecl(const modulemap::UseDecl &UD);1818 [&](const modulemap::UseDecl &UD) { handleUseDecl(UD); }, in handleModuleDecl()2062 void ModuleMapLoader::handleUseDecl(const modulemap::UseDecl &UD) { in handleUseDecl()
1146 const FunctionDecl *UseDecl = FD; in checkFortifiedBuiltinMemoryFunction() local1150 UseDecl = DABAttr->getFunction(); in checkFortifiedBuiltinMemoryFunction()1151 assert(UseDecl && "Missing FunctionDecl in DiagnoseAsBuiltin attribute!"); in checkFortifiedBuiltinMemoryFunction()1155 unsigned BuiltinID = UseDecl->getBuiltinID(/*ConsiderWrappers=*/true); in checkFortifiedBuiltinMemoryFunction()