Home
last modified time | relevance | path

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

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