Searched refs:getRBracketLoc (Results 1 – 12 of 12) sorted by relevance
112 SourceLocation getRBracketLoc() const { in getRBracketLoc() function
553 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(SourceLocation, getRBracketLoc)563 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(SourceLocation, getRBracketLoc)
1158 SourceLocation getRBracketLoc() const { in getRBracketLoc() function1166 return SourceRange(getLBracketLoc(), getRBracketLoc()); in getBracketsRange()1181 return SourceRange(getLBracketLoc(), getRBracketLoc()); in getLocalSourceRange()
1998 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() function3840 SourceLocation getRBracketLoc() const { in getRBracketLoc() function3865 return Kind == FieldDesignator ? getFieldLoc() : getRBracketLoc(); in getEndLocation()
2254 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); }2311 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); }
220 return ASE->getRBracketLoc(); in GetUnreachableLoc()
439 Writer.AddSourceLocation(E->getRBracketLoc(), Record); in VisitArraySubscriptExpr()649 Writer.AddSourceLocation(D->getRBracketLoc(), Record); in VisitDesignatedInitExpr()656 Writer.AddSourceLocation(D->getRBracketLoc(), Record); in VisitDesignatedInitExpr()
149 Writer.AddSourceLocation(T->getRBracketLoc(), Record); in VisitVariableArrayType()453 Writer.AddSourceLocation(TL.getRBracketLoc(), Record); in VisitArrayTypeLoc()
3703 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformConstantArrayType()3739 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformIncompleteArrayType()3776 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformVariableArrayType()3824 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformDependentSizedArrayType()6370 E->getRBracketLoc()); in TransformArraySubscriptExpr()
2212 D.getRBracketLoc())); in ActOnDesignatedInitializer()2253 D.getRBracketLoc())); in ActOnDesignatedInitializer()
4651 ASE->getRBracketLoc()); in CheckArrayAccess()
1770 Loc = cast<ArraySubscriptExpr>(this)->getRBracketLoc(); in isUnusedResultAWarning()