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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
  699       newT.setStarLoc(starLoc);
tools/clang/lib/Sema/SemaType.cpp
 1115   ObjCObjectPointerTL.setStarLoc(SourceLocation()); // implicit
 1191     ObjCObjectPointerTL.setStarLoc(SourceLocation());
 4678           TLoc.setStarLoc(FixitLoc);
 5624       TL.setStarLoc(Chunk.Loc);
tools/clang/lib/Sema/TreeTransform.h
 4595     NewT.setStarLoc(TL.getStarLoc());
 6633   NewT.setStarLoc(TL.getStarLoc());
tools/clang/lib/Serialization/ASTReader.cpp
 7226   TL.setStarLoc(ReadSourceLocation());