Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1363 auto GetParamType = [](NamedDecl *D) { in diagnoseMismatch() local
1377 << (i + 1) << GetParamType(FirstParam); in diagnoseMismatch()
1379 << (i + 1) << GetParamType(SecondParam); in diagnoseMismatch()