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);
10965         if (FirstMethodType != SecondMethodType || FirstName != SecondName) {
10971               << SecondMethodType << SecondName;
10986               << SecondMethodType << SecondName << SecondDeleted;
11000               << SecondMethodType << SecondName << SecondDefaulted;
11016               << SecondMethodType << SecondName << SecondPure << SecondVirtual;
11034               << SecondMethodType << SecondName << SecondStatic;
11047               << SecondMethodType << SecondName << SecondVolatile;
11060               << SecondMethodType << SecondName << SecondConst;
11073               << SecondMethodType << SecondName << SecondInline;
11086               << SecondMethodType << SecondName << SecondNumParameters;
11119                   << SecondMethodType << SecondName << (I + 1)
11125                   << SecondMethodType << SecondName << (I + 1)
11140                 << SecondMethodType << SecondName << (I + 1) << SecondParamName;
11157                 << SecondMethodType << SecondName << (I + 1)
11174                 << SecondMethodType << SecondName << (I + 1)
11199               << SecondMethodType << SecondName
11236                 << SecondMethodType << SecondName
11259                 << SecondMethodType << SecondName << SecondTA << i + 1;
11292               << SecondMethodType << SecondName << HasSecondBody;
11303               << SecondMethodType << SecondName;