Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1145 const FunctionDecl *UseDecl = FD; in checkFortifiedBuiltinMemoryFunction() local
1149 UseDecl = DABAttr->getFunction(); in checkFortifiedBuiltinMemoryFunction()
1150 assert(UseDecl && "Missing FunctionDecl in DiagnoseAsBuiltin attribute!"); in checkFortifiedBuiltinMemoryFunction()
1154 unsigned BuiltinID = UseDecl->getBuiltinID(/*ConsiderWrappers=*/true); in checkFortifiedBuiltinMemoryFunction()