Lines Matching refs:FirstMethod

10450         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()
10486 FirstMethod->getSourceRange(), MethodDefaulted) in diagnoseOdrViolations()
10496 const bool FirstVirtual = FirstMethod->isVirtualAsWritten(); in diagnoseOdrViolations()
10498 const bool FirstPure = FirstMethod->isPure(); in diagnoseOdrViolations()
10502 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10503 FirstMethod->getSourceRange(), MethodVirtual) in diagnoseOdrViolations()
10515 const auto FirstStorage = FirstMethod->getStorageClass(); in diagnoseOdrViolations()
10520 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10521 FirstMethod->getSourceRange(), MethodStatic) in diagnoseOdrViolations()
10530 const bool FirstVolatile = FirstMethod->isVolatile(); in diagnoseOdrViolations()
10533 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10534 FirstMethod->getSourceRange(), MethodVolatile) in diagnoseOdrViolations()
10543 const bool FirstConst = FirstMethod->isConst(); in diagnoseOdrViolations()
10546 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10547 FirstMethod->getSourceRange(), MethodConst) in diagnoseOdrViolations()
10556 const bool FirstInline = FirstMethod->isInlineSpecified(); in diagnoseOdrViolations()
10559 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10560 FirstMethod->getSourceRange(), MethodInline) in diagnoseOdrViolations()
10569 const unsigned FirstNumParameters = FirstMethod->param_size(); in diagnoseOdrViolations()
10572 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10573 FirstMethod->getSourceRange(), in diagnoseOdrViolations()
10587 const ParmVarDecl *FirstParam = FirstMethod->getParamDecl(I); in diagnoseOdrViolations()
10598 FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10599 FirstMethod->getSourceRange(), MethodParameterType) in diagnoseOdrViolations()
10604 FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10605 FirstMethod->getSourceRange(), MethodParameterType) in diagnoseOdrViolations()
10633 FirstMethod->getLocation(), in diagnoseOdrViolations()
10634 FirstMethod->getSourceRange(), MethodParameterName) in diagnoseOdrViolations()
10647 FirstMethod->getLocation(), in diagnoseOdrViolations()
10648 FirstMethod->getSourceRange(), in diagnoseOdrViolations()
10666 FirstMethod->getLocation(), in diagnoseOdrViolations()
10667 FirstMethod->getSourceRange(), in diagnoseOdrViolations()
10688 FirstMethod->getTemplateSpecializationArgs(); in diagnoseOdrViolations()
10694 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10695 FirstMethod->getSourceRange(), in diagnoseOdrViolations()
10731 FirstMethod->getLocation(), in diagnoseOdrViolations()
10732 FirstMethod->getSourceRange(), in diagnoseOdrViolations()
10756 FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10757 FirstMethod->getSourceRange(), MethodDifferentTemplateArgument) in diagnoseOdrViolations()
10785 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseOdrViolations()
10790 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10791 FirstMethod->getSourceRange(), MethodSingleBody) in diagnoseOdrViolations()
10801 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations()
10802 FirstMethod->getSourceRange(), MethodDifferentBody) in diagnoseOdrViolations()