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

References

tools/clang/lib/AST/TypeLoc.cpp
  166   assert(getFullDataSize() == other.getFullDataSize());
  174       reinterpret_cast<uintptr_t>(other.Data) ==
  175           llvm::alignTo(reinterpret_cast<uintptr_t>(other.Data),
  177     memcpy(Data, other.Data, getFullDataSize());
  184     TypeLocCopier(other).Visit(TL);
  185     other = other.getNextTypeLoc();
  185     other = other.getNextTypeLoc();