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

References

tools/clang/lib/Serialization/ASTReader.cpp
10651         FirstDiffType = FirstDecl ? DifferenceSelector(FirstDecl) : EndOfClass;
10658       if (FirstDiffType == Other || SecondDiffType == Other) {
10684       if (FirstDiffType != SecondDiffType) {
10687         if (FirstDiffType == EndOfClass) {
10695             << FirstDiffType;
10711       assert(FirstDiffType == SecondDiffType);
10778       switch (FirstDiffType) {
11319               << (FirstDiffType == TypeAlias) << FirstName;
11322               << (FirstDiffType == TypeAlias) << SecondName;
11333               << (FirstDiffType == TypeAlias) << FirstName << FirstType;
11336               << (FirstDiffType == TypeAlias) << SecondName << SecondType;
11766           << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType
11770           << SecondModule << FirstDiffType << SecondDecl->getSourceRange();