Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp1040 const FunctionDecl *UseDecl = FD; in checkFortifiedBuiltinMemoryFunction() local
1044 UseDecl = DABAttr->getFunction(); in checkFortifiedBuiltinMemoryFunction()
1045 assert(UseDecl && "Missing FunctionDecl in DiagnoseAsBuiltin attribute!"); in checkFortifiedBuiltinMemoryFunction()
1049 unsigned BuiltinID = UseDecl->getBuiltinID(/*ConsiderWrappers=*/true); in checkFortifiedBuiltinMemoryFunction()