Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp10451 const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl); in diagnoseOdrViolations() local
10453 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10455 auto SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()
10460 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10461 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()
10469 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()
10475 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10476 SecondMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations()
10483 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()
10489 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
[all …]