Searched refs:getElementLoc (Results 1 – 15 of 15) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 73 TL = Arr.getElementLoc(); in lookForAttribute()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 75 TL = Arr.getElementLoc(); in lookForAttribute()
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 1137 TRY_TO(TraverseTypeLoc(TL.getElementLoc())); 1142 TRY_TO(TraverseTypeLoc(TL.getElementLoc())); 1147 TRY_TO(TraverseTypeLoc(TL.getElementLoc())); 1152 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));
|
D | TypeLoc.h | 1388 TypeLoc getElementLoc() const { in getElementLoc() function
|
/external/llvm-project/clang/lib/AST/ |
D | TypeLoc.cpp | 658 return Visit(T.getElementLoc()); in VisitArrayTypeLoc()
|
/external/llvm-project/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 1158 TRY_TO(TraverseTypeLoc(TL.getElementLoc())); 1163 TRY_TO(TraverseTypeLoc(TL.getElementLoc())); 1168 TRY_TO(TraverseTypeLoc(TL.getElementLoc())); 1173 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));
|
D | TypeLoc.h | 1517 TypeLoc getElementLoc() const { in getElementLoc() function
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4401 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType() 4442 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformIncompleteArrayType() 4470 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVariableArrayType() 4509 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedArrayType()
|
D | SemaDecl.cpp | 5242 TypeLoc SrcElemTL = SrcATL.getElementLoc(); in FixInvalidVariablyModifiedTypeLoc() 5243 TypeLoc DstElemTL = DstATL.getElementLoc(); in FixInvalidVariablyModifiedTypeLoc()
|
D | SemaDeclCXX.cpp | 4533 Visit(TL.getElementLoc(), Sema::AbstractArrayType); in Check()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 5011 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType() 5057 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformIncompleteArrayType() 5085 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVariableArrayType() 5132 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedArrayType()
|
D | SemaDecl.cpp | 5993 TypeLoc SrcElemTL = SrcATL.getElementLoc(); in FixInvalidVariablyModifiedTypeLoc() 5994 TypeLoc DstElemTL = DstATL.getElementLoc(); in FixInvalidVariablyModifiedTypeLoc()
|
D | SemaDeclCXX.cpp | 5739 Visit(TL.getElementLoc(), Sema::AbstractArrayType); in Check()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1601 if (Visit(TL.getElementLoc())) in VisitArrayTypeLoc()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 1684 if (Visit(TL.getElementLoc())) in VisitArrayTypeLoc()
|