Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/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.h2307 SourceLocation RBracketLoc) in OffsetOfNode() argument
2625 return ArrayOrMatrixSubscriptExprBits.RBracketLoc; in getRBracketLoc()
2628 ArrayOrMatrixSubscriptExprBits.RBracketLoc = L; in setRBracketLoc()
2660 SourceLocation RBracketLoc) in MatrixSubscriptExpr() argument
2666 ArrayOrMatrixSubscriptExprBits.RBracketLoc = RBracketLoc; in MatrixSubscriptExpr()
2710 ArrayOrMatrixSubscriptExprBits.RBracketLoc = L; in setRBracketLoc()
5016 SourceLocation RBracketLoc; member
5056 SourceLocation RBracketLoc) in Designator() argument
5062 ArrayOrRange.RBracketLoc = RBracketLoc; in Designator()
5073 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
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1235 SourceLocation RBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1236 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc)); in VisitDesignatedInitExpr()
1244 SourceLocation RBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1246 RBracketLoc)); in VisitDesignatedInitExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h2516 SourceLocation RBracketLoc) { in RebuildArraySubscriptExpr() argument
2519 RBracketLoc); in RebuildArraySubscriptExpr()
2528 SourceLocation RBracketLoc) { in RebuildMatrixSubscriptExpr() argument
2530 RBracketLoc); in RebuildMatrixSubscriptExpr()
2542 SourceLocation RBracketLoc) { in RebuildOMPArraySectionExpr() argument
2545 Length, Stride, RBracketLoc); in RebuildOMPArraySectionExpr()
H A DSemaChecking.cpp14607 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local
14609 if (SourceMgr.isInSystemHeader(RBracketLoc)) { in CheckArrayAccess()
14612 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()