Searched refs:FirstMethod (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 10421 const CXXMethodDecl *FirstMethod = cast<CXXMethodDecl>(FirstDecl); in diagnoseOdrViolations() local 10423 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseOdrViolations() 10425 auto FirstName = FirstMethod->getDeclName(); in diagnoseOdrViolations() 10428 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations() 10429 FirstMethod->getSourceRange(), MethodName) in diagnoseOdrViolations() 10439 const bool FirstDeleted = FirstMethod->isDeletedAsWritten(); in diagnoseOdrViolations() 10442 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations() 10443 FirstMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations() 10453 const bool FirstDefaulted = FirstMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations() 10456 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations() [all …]
|