Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10150 auto NextParam = [&](const FunctionDecl *F, unsigned &I, bool First) { in allowAmbiguity() local
10167 QualType T1 = NextParam(F1, I1, I == 0); in allowAmbiguity()
10168 QualType T2 = NextParam(F2, I2, I == 0); in allowAmbiguity()