Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/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.h2362 SourceLocation RBracketLoc) in OffsetOfNode() argument
2681 return ArrayOrMatrixSubscriptExprBits.RBracketLoc; in getRBracketLoc()
2684 ArrayOrMatrixSubscriptExprBits.RBracketLoc = L; in setRBracketLoc()
2716 SourceLocation RBracketLoc) in MatrixSubscriptExpr() argument
2722 ArrayOrMatrixSubscriptExprBits.RBracketLoc = RBracketLoc; in MatrixSubscriptExpr()
2766 ArrayOrMatrixSubscriptExprBits.RBracketLoc = L; in setRBracketLoc()
5083 SourceLocation RBracketLoc; member
5123 SourceLocation RBracketLoc) in Designator() argument
5129 ArrayOrRange.RBracketLoc = RBracketLoc; in Designator()
5140 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.h1479 SourceLocation LBracketLoc, RBracketLoc; member
1498 return getLocalData()->RBracketLoc; in getRBracketLoc()
1502 getLocalData()->RBracketLoc = Loc; in setRBracketLoc()
H A DStmt.h454 SourceLocation RBracketLoc; in alignas() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1245 SourceLocation RBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1246 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc)); in VisitDesignatedInitExpr()
1254 SourceLocation RBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1256 RBracketLoc)); in VisitDesignatedInitExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2537 SourceLocation RBracketLoc) { in RebuildArraySubscriptExpr() argument
2540 RBracketLoc); in RebuildArraySubscriptExpr()
2549 SourceLocation RBracketLoc) { in RebuildMatrixSubscriptExpr() argument
2551 RBracketLoc); in RebuildMatrixSubscriptExpr()
2563 SourceLocation RBracketLoc) { in RebuildOMPArraySectionExpr() argument
2566 Length, Stride, RBracketLoc); in RebuildOMPArraySectionExpr()
H A DSemaChecking.cpp14950 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local
14952 if (SourceMgr.isInSystemHeader(RBracketLoc)) { in CheckArrayAccess()
14955 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()