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

Declarations

tools/clang/include/clang/AST/TypeLoc.h
  213   void copy(TypeLoc other);

References

tools/clang/include/clang/AST/TypeLoc.h
  200     copy(Other);
  209     copy(Other);
tools/clang/lib/Sema/SemaType.cpp
 5454       TL.copy(RepTInfo->getTypeLoc());
 5459       TL.copy(RepTInfo->getTypeLoc());