Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3474 if (auto Oldnullability = OldParam->getType()->getNullability()) { in mergeParamDeclTypes() local
3476 if (*Oldnullability != *Newnullability) { in mergeParamDeclTypes()
3483 *Oldnullability, in mergeParamDeclTypes()
3491 AttributedType::getNullabilityAttrKind(*Oldnullability), in mergeParamDeclTypes()