Home
last modified time | relevance | path

Searched refs:RBracketLoc (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDesignator.h54 mutable SourceLocation RBracketLoc; member
59 mutable SourceLocation RBracketLoc; member
117 return ArrayInfo.RBracketLoc; in getRBracketLoc()
119 return ArrayRangeInfo.RBracketLoc; in getRBracketLoc()
145 D.ArrayInfo.RBracketLoc = SourceLocation(); in getArray()
160 D.ArrayRangeInfo.RBracketLoc = SourceLocation(); in getArrayRange()
164 void setRBracketLoc(SourceLocation RBracketLoc) const { in setRBracketLoc() argument
168 ArrayInfo.RBracketLoc = RBracketLoc; in setRBracketLoc()
170 ArrayRangeInfo.RBracketLoc = RBracketLoc; in setRBracketLoc()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h61 SourceLocation RBracketLoc; variable
67 SourceLocation ColonLocSecond, SourceLocation RBracketLoc) in OMPArraySectionExpr() argument
70 RBracketLoc(RBracketLoc) { in OMPArraySectionExpr()
116 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } in getEndLoc()
124 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc()
125 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc()
H A DExpr.h2375 SourceLocation RBracketLoc) in OffsetOfNode() argument
2694 return ArrayOrMatrixSubscriptExprBits.RBracketLoc; in getRBracketLoc()
2697 ArrayOrMatrixSubscriptExprBits.RBracketLoc = L; in setRBracketLoc()
2729 SourceLocation RBracketLoc) in MatrixSubscriptExpr() argument
2735 ArrayOrMatrixSubscriptExprBits.RBracketLoc = RBracketLoc; in MatrixSubscriptExpr()
2779 ArrayOrMatrixSubscriptExprBits.RBracketLoc = L; in setRBracketLoc()
5095 SourceLocation RBracketLoc; member
5135 SourceLocation RBracketLoc) in Designator() argument
5141 ArrayOrRange.RBracketLoc = RBracketLoc; in Designator()
5152 ArrayOrRange.RBracketLoc = RBracketLoc; in Designator()
[all …]
H A DExprCXX.h1000 SourceLocation RBracketLoc; variable
1007 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr() argument
1009 RBracketLoc(RBracketLoc) { in MSPropertySubscriptExpr()
1029 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } in getEndLoc()
1031 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc()
1032 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc()
H A DTypeLoc.h1511 SourceLocation LBracketLoc, RBracketLoc; member
1530 return getLocalData()->RBracketLoc; in getRBracketLoc()
1534 getLocalData()->RBracketLoc = Loc; in setRBracketLoc()
H A DStmt.h457 SourceLocation RBracketLoc; in alignas() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1230 SourceLocation RBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1231 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc)); in VisitDesignatedInitExpr()
1239 SourceLocation RBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1241 RBracketLoc)); in VisitDesignatedInitExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h2592 SourceLocation RBracketLoc) { in RebuildArraySubscriptExpr() argument
2595 RBracketLoc); in RebuildArraySubscriptExpr()
2604 SourceLocation RBracketLoc) { in RebuildMatrixSubscriptExpr() argument
2606 RBracketLoc); in RebuildMatrixSubscriptExpr()
2618 SourceLocation RBracketLoc) { in RebuildOMPArraySectionExpr() argument
2621 Length, Stride, RBracketLoc); in RebuildOMPArraySectionExpr()
H A DSemaChecking.cpp16058 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local
16060 if (SourceMgr.isInSystemHeader(RBracketLoc)) { in CheckArrayAccess()
16063 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()