Lines Matching refs:FirstMethod
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()
10457 FirstMethod->getSourceRange(), MethodDefaulted) in diagnoseOdrViolations()
10467 const bool FirstVirtual = FirstMethod->isVirtualAsWritten(); in diagnoseOdrViolations()
10469 const bool FirstPure = FirstMethod->isPure(); in diagnoseOdrViolations()
10473 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10474 FirstMethod->getSourceRange(), MethodVirtual) in diagnoseOdrViolations()
10486 const auto FirstStorage = FirstMethod->getStorageClass(); in diagnoseOdrViolations()
10491 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10492 FirstMethod->getSourceRange(), MethodStatic) in diagnoseOdrViolations()
10501 const bool FirstVolatile = FirstMethod->isVolatile(); in diagnoseOdrViolations()
10504 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10505 FirstMethod->getSourceRange(), MethodVolatile) in diagnoseOdrViolations()
10514 const bool FirstConst = FirstMethod->isConst(); in diagnoseOdrViolations()
10517 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10518 FirstMethod->getSourceRange(), MethodConst) in diagnoseOdrViolations()
10527 const bool FirstInline = FirstMethod->isInlineSpecified(); in diagnoseOdrViolations()
10530 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10531 FirstMethod->getSourceRange(), MethodInline) in diagnoseOdrViolations()
10540 const unsigned FirstNumParameters = FirstMethod->param_size(); in diagnoseOdrViolations()
10543 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10544 FirstMethod->getSourceRange(), in diagnoseOdrViolations()
10558 const ParmVarDecl *FirstParam = FirstMethod->getParamDecl(I); in diagnoseOdrViolations()
10569 FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10570 FirstMethod->getSourceRange(), MethodParameterType) in diagnoseOdrViolations()
10575 FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10576 FirstMethod->getSourceRange(), MethodParameterType) in diagnoseOdrViolations()
10604 FirstMethod->getLocation(), in diagnoseOdrViolations()
10605 FirstMethod->getSourceRange(), MethodParameterName) in diagnoseOdrViolations()
10618 FirstMethod->getLocation(), in diagnoseOdrViolations()
10619 FirstMethod->getSourceRange(), in diagnoseOdrViolations()
10637 FirstMethod->getLocation(), in diagnoseOdrViolations()
10638 FirstMethod->getSourceRange(), in diagnoseOdrViolations()
10659 FirstMethod->getTemplateSpecializationArgs(); in diagnoseOdrViolations()
10665 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10666 FirstMethod->getSourceRange(), in diagnoseOdrViolations()
10702 FirstMethod->getLocation(), in diagnoseOdrViolations()
10703 FirstMethod->getSourceRange(), in diagnoseOdrViolations()
10727 FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10728 FirstMethod->getSourceRange(), MethodDifferentTemplateArgument) in diagnoseOdrViolations()
10756 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseOdrViolations()
10761 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10762 FirstMethod->getSourceRange(), MethodSingleBody) in diagnoseOdrViolations()
10772 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10773 FirstMethod->getSourceRange(), MethodDifferentBody) in diagnoseOdrViolations()