Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10344 auto GetMethodTypeForDiagnostics = [](const CXXMethodDecl* D) { in diagnoseOdrViolations() local
10351 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseOdrViolations()
10352 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()