Home
last modified time | relevance | path

Searched refs:UseDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h35 struct ExportAsDecl, struct ExternModuleDecl, struct UseDecl,
104 struct UseDecl { struct
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp114 std::optional<UseDecl> parseUseDecl();
613 std::optional<UseDecl> ModuleMapFileParser::parseUseDecl() { in parseUseDecl()
615 UseDecl UD; in parseUseDecl()
1199 [&](const UseDecl &UD) { in dumpDecls()
H A DModuleMap.cpp1580 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1146 const FunctionDecl *UseDecl = FD; in checkFortifiedBuiltinMemoryFunction() local
1150 UseDecl = DABAttr->getFunction(); in checkFortifiedBuiltinMemoryFunction()
1151 assert(UseDecl && "Missing FunctionDecl in DiagnoseAsBuiltin attribute!"); in checkFortifiedBuiltinMemoryFunction()
1155 unsigned BuiltinID = UseDecl->getBuiltinID(/*ConsiderWrappers=*/true); in checkFortifiedBuiltinMemoryFunction()