Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp2979 if (auto Oldnullability = OldParam->getType()->getNullability(S.Context)) { in mergeParamDeclTypes() local
2981 if (*Oldnullability != *Newnullability) { in mergeParamDeclTypes()
2988 *Oldnullability, in mergeParamDeclTypes()
2996 AttributedType::getNullabilityAttrKind(*Oldnullability), in mergeParamDeclTypes()