Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10782 auto GetParamType = [](NamedDecl *D) { in diagnoseOdrViolations() local
10796 << (i + 1) << GetParamType(FirstParam); in diagnoseOdrViolations()
10798 << (i + 1) << GetParamType(SecondParam); in diagnoseOdrViolations()