reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
10962         SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod);
10964         auto SecondName = SecondMethod->getDeclName();
10969           ODRDiagNote(SecondMethod->getLocation(),
10970                       SecondMethod->getSourceRange(), MethodName)
10978         const bool SecondDeleted = SecondMethod->isDeletedAsWritten();
10984           ODRDiagNote(SecondMethod->getLocation(),
10985                       SecondMethod->getSourceRange(), MethodDeleted)
10992         const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted();
10998           ODRDiagNote(SecondMethod->getLocation(),
10999                       SecondMethod->getSourceRange(), MethodDefaulted)
11006         const bool SecondVirtual = SecondMethod->isVirtualAsWritten();
11008         const bool SecondPure = SecondMethod->isPure();
11014           ODRDiagNote(SecondMethod->getLocation(),
11015                       SecondMethod->getSourceRange(), MethodVirtual)
11025         const auto SecondStorage = SecondMethod->getStorageClass();
11032           ODRDiagNote(SecondMethod->getLocation(),
11033                       SecondMethod->getSourceRange(), MethodStatic)
11040         const bool SecondVolatile = SecondMethod->isVolatile();
11045           ODRDiagNote(SecondMethod->getLocation(),
11046                       SecondMethod->getSourceRange(), MethodVolatile)
11053         const bool SecondConst = SecondMethod->isConst();
11058           ODRDiagNote(SecondMethod->getLocation(),
11059                       SecondMethod->getSourceRange(), MethodConst)
11066         const bool SecondInline = SecondMethod->isInlineSpecified();
11071           ODRDiagNote(SecondMethod->getLocation(),
11072                       SecondMethod->getSourceRange(), MethodInline)
11079         const unsigned SecondNumParameters = SecondMethod->param_size();
11084           ODRDiagNote(SecondMethod->getLocation(),
11085                       SecondMethod->getSourceRange(), MethodNumberParameters)
11095           const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I);
11117               ODRDiagNote(SecondMethod->getLocation(),
11118                           SecondMethod->getSourceRange(), MethodParameterType)
11123               ODRDiagNote(SecondMethod->getLocation(),
11124                           SecondMethod->getSourceRange(), MethodParameterType)
11138             ODRDiagNote(SecondMethod->getLocation(),
11139                         SecondMethod->getSourceRange(), MethodParameterName)
11154             ODRDiagNote(SecondMethod->getLocation(),
11155                         SecondMethod->getSourceRange(),
11171             ODRDiagNote(SecondMethod->getLocation(),
11172                         SecondMethod->getSourceRange(),
11190             SecondMethod->getTemplateSpecializationArgs();
11197           ODRDiagNote(SecondMethod->getLocation(),
11198                       SecondMethod->getSourceRange(), MethodNoTemplateArguments)
11233             ODRDiagNote(SecondMethod->getLocation(),
11234                         SecondMethod->getSourceRange(),
11256             ODRDiagNote(SecondMethod->getLocation(),
11257                         SecondMethod->getSourceRange(),
11284             ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash();
11284             ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash();
11290           ODRDiagNote(SecondMethod->getLocation(),
11291                       SecondMethod->getSourceRange(), MethodSingleBody)
11301           ODRDiagNote(SecondMethod->getLocation(),
11302                       SecondMethod->getSourceRange(), MethodDifferentBody)