Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h63 mutable SourceLocation RBracketLoc; member
81 mutable SourceLocation RBracketLoc; member
164 return isArrayDesignator() ? ArrayInfo.RBracketLoc in getRBracketLoc()
165 : ArrayRangeInfo.RBracketLoc; in getRBracketLoc()
196 void setRBracketLoc(SourceLocation RBracketLoc) const { in setRBracketLoc() argument
200 ArrayInfo.RBracketLoc = RBracketLoc; in setRBracketLoc()
202 ArrayRangeInfo.RBracketLoc = RBracketLoc; in setRBracketLoc()
/freebsd-14.2/contrib/llvm-project/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.h2370 SourceLocation RBracketLoc) in OffsetOfNode() argument
2689 return ArrayOrMatrixSubscriptExprBits.RBracketLoc; in getRBracketLoc()
2692 ArrayOrMatrixSubscriptExprBits.RBracketLoc = L; in setRBracketLoc()
2724 SourceLocation RBracketLoc) in MatrixSubscriptExpr() argument
2730 ArrayOrMatrixSubscriptExprBits.RBracketLoc = RBracketLoc; in MatrixSubscriptExpr()
2771 return ArrayOrMatrixSubscriptExprBits.RBracketLoc; in getRBracketLoc()
2774 ArrayOrMatrixSubscriptExprBits.RBracketLoc = L; in setRBracketLoc()
5143 SourceLocation RBracketLoc; member
5147 : Index(Index), LBracketLoc(LBracketLoc), RBracketLoc(RBracketLoc) {} in ArrayOrRangeDesignatorInfo()
5154 RBracketLoc(RBracketLoc) {} in ArrayOrRangeDesignatorInfo()
[all …]
H A DExprCXX.h1006 SourceLocation RBracketLoc; variable
1013 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr() argument
1015 RBracketLoc(RBracketLoc) { in MSPropertySubscriptExpr()
1035 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } in getEndLoc()
1037 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc()
1038 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc()
H A DTypeLoc.h1517 SourceLocation LBracketLoc, RBracketLoc; member
1536 return getLocalData()->RBracketLoc; in getRBracketLoc()
1540 getLocalData()->RBracketLoc = Loc; in setRBracketLoc()
H A DStmt.h545 SourceLocation RBracketLoc; in alignas() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1263 SourceLocation RBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1266 RBracketLoc)); in VisitDesignatedInitExpr()
1274 SourceLocation RBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1276 Index, LBracketLoc, EllipsisLoc, RBracketLoc)); in VisitDesignatedInitExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2738 SourceLocation RBracketLoc) { in RebuildArraySubscriptExpr() argument
2741 RBracketLoc); in RebuildArraySubscriptExpr()
2750 SourceLocation RBracketLoc) { in RebuildMatrixSubscriptExpr() argument
2752 RBracketLoc); in RebuildMatrixSubscriptExpr()
2764 SourceLocation RBracketLoc) { in RebuildOMPArraySectionExpr() argument
2767 Length, Stride, RBracketLoc); in RebuildOMPArraySectionExpr()
H A DSemaChecking.cpp18134 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local
18136 if (SourceMgr.isInSystemHeader(RBracketLoc)) { in CheckArrayAccess()
18139 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()