Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10399 auto GetMethodTypeForDiagnostics = [](const CXXMethodDecl* D) { in diagnoseOdrViolations() local
10406 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseOdrViolations()
10407 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()