Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp3080 if (auto Oldnullability = OldParam->getType()->getNullability(S.Context)) { in mergeParamDeclTypes() local
3082 if (*Oldnullability != *Newnullability) { in mergeParamDeclTypes()
3089 *Oldnullability, in mergeParamDeclTypes()
3097 AttributedType::getNullabilityAttrKind(*Oldnullability), in mergeParamDeclTypes()