Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10559 const CXXMethodDecl *SecondMethod = cast<CXXMethodDecl>(SecondDecl); in diagnoseOdrViolations() local
10561 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10563 auto SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()
10568 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10569 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()
10577 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()
10583 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
10584 SecondMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations()
10591 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()
10597 ODRDiagDeclNote(SecondModule, SecondMethod->getLocation(), in diagnoseOdrViolations()
[all …]