Home
last modified time | relevance | path

Searched refs:getPointeeLoc (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/AST/
DComment.cpp248 TL = PointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
253 TL = ReferenceTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
263 TL = BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
268 TL = MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp75 TL = PT.getPointeeLoc(); in lookForAttribute()
77 TL = RT.getPointeeLoc(); in lookForAttribute()
/external/clang/include/clang/AST/
DDataRecursiveASTVisitor.h1001 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1004 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1007 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1010 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1017 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1175 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
DRecursiveASTVisitor.h1066 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1069 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1072 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1075 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1082 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1240 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
DTypeLoc.h1033 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
/external/clang/lib/Sema/
DSemaLambda.cpp1237 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
1239 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
DTreeTransform.h3939 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()
3957 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()
3977 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()
3983 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()
4006 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()
4054 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()
DSemaType.cpp3574 Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()
DSemaDecl.cpp4896 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()
4897 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
DSemaCodeComplete.cpp2174 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()
/external/clang/tools/libclang/
DCIndex.cpp1499 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()
1507 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc()
1511 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc()
1515 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc()
1519 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc()
1523 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()