Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp10184 const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl); in diagnoseOdrViolations() local
10186 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10188 auto SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()
10193 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10194 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()
10202 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()
10208 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10209 SecondMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations()
10216 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()
10222 ODRDiagNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
[all …]