Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp10450 const CXXMethodDecl *FirstMethod = cast<CXXMethodDecl>(FirstDecl); in diagnoseOdrViolations() local
10452 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseOdrViolations()
10454 auto FirstName = FirstMethod->getDeclName(); in diagnoseOdrViolations()
10457 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10458 FirstMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()
10468 const bool FirstDeleted = FirstMethod->isDeletedAsWritten(); in diagnoseOdrViolations()
10471 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10472 FirstMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations()
10482 const bool FirstDefaulted = FirstMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations()
10485 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
[all …]