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

References

tools/clang/lib/Serialization/ASTWriter.cpp
 1408   for (int I = 0; I != 5; ++I)
 1408   for (int I = 0; I != 5; ++I)
 1409     Signature[I] = LShift(Hash[I * 4 + 0], 24) | LShift(Hash[I * 4 + 1], 16) |
 1409     Signature[I] = LShift(Hash[I * 4 + 0], 24) | LShift(Hash[I * 4 + 1], 16) |
 1409     Signature[I] = LShift(Hash[I * 4 + 0], 24) | LShift(Hash[I * 4 + 1], 16) |
 1410                    LShift(Hash[I * 4 + 2], 8) | LShift(Hash[I * 4 + 3], 0);
 1410                    LShift(Hash[I * 4 + 2], 8) | LShift(Hash[I * 4 + 3], 0);