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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1154                      { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
 1157                      { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
 1160                      { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
 1163                      { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
 1170   TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
 1355                      { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
   77         TL = PT.getPointeeLoc();
   79         TL = RT.getPointeeLoc();
tools/clang/lib/AST/Comment.cpp
  141     return PointerTL.getPointeeLoc().getUnqualifiedLoc();
  144     return ReferenceTL.getPointeeLoc().getUnqualifiedLoc();
  149     return BlockPointerTL.getPointeeLoc().getUnqualifiedLoc();
  151     return MemberPointerTL.getPointeeLoc().getUnqualifiedLoc();
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2724       TL = BlockPtr.getPointeeLoc().IgnoreParens();
tools/clang/lib/Sema/SemaDecl.cpp
 5805     FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(),
 5806                                       DstPTL.getPointeeLoc());
tools/clang/lib/Sema/SemaLambda.cpp
 1344       PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>();
 1346     ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>();
tools/clang/lib/Sema/SemaType.cpp
 1117   auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc()
 1192     ResultTL = ObjCObjectPointerTL.getPointeeLoc();
tools/clang/lib/Sema/TreeTransform.h
 4579     = getDerived().TransformType(TLB, TL.getPointeeLoc());
 4600       PointeeType != TL.getPointeeLoc().getType()) {
 4620     = getDerived().TransformType(TLB, TL.getPointeeLoc());
 4629       PointeeType != TL.getPointeeLoc().getType()) {
 4652   QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc());
 4703   QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc());
 6619   QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc());
 6625       PointeeType != TL.getPointeeLoc().getType()) {
tools/clang/tools/extra/clang-tidy/modernize/PassByValueCheck.cpp
  209     TypeLoc ValueTL = RefTL.getPointeeLoc();
tools/clang/tools/libclang/CIndex.cpp
 1618   return Visit(TL.getPointeeLoc());
 1630   return Visit(TL.getPointeeLoc());
 1634   return Visit(TL.getPointeeLoc());
 1638   return Visit(TL.getPointeeLoc());
 1642   return Visit(TL.getPointeeLoc());
 1646   return Visit(TL.getPointeeLoc());