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

References

tools/clang/lib/Serialization/ASTWriter.cpp
 3194   TypeIdx &IdxRef = TypeIdxs[T];
 5644     TypeIdx &Idx = TypeIdxs[T];
 5667     TypeIdxMap::const_iterator I = TypeIdxs.find(T);
 5668     assert(I != TypeIdxs.end() && "Type not emitted!");
 6303   TypeIdx &StoredIdx = TypeIdxs[T];