Searched refs:getRBracketLoc (Results 1 – 12 of 12) sorted by relevance
112 SourceLocation getRBracketLoc() const { in getRBracketLoc() function
554 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(SourceLocation, getRBracketLoc)564 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()
2010 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() function3849 SourceLocation getRBracketLoc() const { in getRBracketLoc() function3874 return Kind == FieldDesignator ? getFieldLoc() : getRBracketLoc(); in getEndLocation()
2290 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); }2347 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); }
220 return ASE->getRBracketLoc(); in GetUnreachableLoc()
447 Writer.AddSourceLocation(E->getRBracketLoc(), Record); in VisitArraySubscriptExpr()657 Writer.AddSourceLocation(D->getRBracketLoc(), Record); in VisitDesignatedInitExpr()664 Writer.AddSourceLocation(D->getRBracketLoc(), Record); in VisitDesignatedInitExpr()
149 Writer.AddSourceLocation(T->getRBracketLoc(), Record); in VisitVariableArrayType()458 Writer.AddSourceLocation(TL.getRBracketLoc(), Record); in VisitArrayTypeLoc()
3689 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformConstantArrayType()3725 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformIncompleteArrayType()3762 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformVariableArrayType()3810 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformDependentSizedArrayType()6350 E->getRBracketLoc()); in TransformArraySubscriptExpr()
2207 D.getRBracketLoc())); in ActOnDesignatedInitializer()2248 D.getRBracketLoc())); in ActOnDesignatedInitializer()
5168 ASE->getRBracketLoc()); in CheckArrayAccess()
1904 Loc = cast<ArraySubscriptExpr>(this)->getRBracketLoc(); in isUnusedResultAWarning()