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

References

tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  998       (sizeof(NestedNameSpecifierAnnotation) + SS.location_size()),
 1003   memcpy(Annotation + 1, SS.location_data(), SS.location_size());
tools/clang/lib/Sema/TreeTransform.h
 3769   if (SS.location_size() == NNS.getDataLength() &&
 3770       memcmp(SS.location_data(), NNS.getOpaqueData(), SS.location_size()) == 0)