Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10913 auto GetParamType = [](NamedDecl *D) { in diagnoseOdrViolations() local
10930 << FirstTemplate << (i + 1) << GetParamType(FirstParam); in diagnoseOdrViolations()
10934 << SecondTemplate << (i + 1) << GetParamType(SecondParam); in diagnoseOdrViolations()