Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3402 if (auto Oldnullability = OldParam->getType()->getNullability()) { in mergeParamDeclTypes() local
3404 if (*Oldnullability != *Newnullability) { in mergeParamDeclTypes()
3411 *Oldnullability, in mergeParamDeclTypes()
3418 NewT = S.Context.getAttributedType(*Oldnullability, NewT, NewT); in mergeParamDeclTypes()