/external/llvm-project/clang/include/clang/Sema/ |
D | Designator.h | 52 mutable unsigned RBracketLoc; member 57 mutable unsigned RBracketLoc; member 115 return SourceLocation::getFromRawEncoding(ArrayInfo.RBracketLoc); in getRBracketLoc() 117 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.RBracketLoc); in getRBracketLoc() 141 D.ArrayInfo.RBracketLoc = 0; in getArray() 155 D.ArrayRangeInfo.RBracketLoc = 0; in getArrayRange() 159 void setRBracketLoc(SourceLocation RBracketLoc) const { in setRBracketLoc() argument 163 ArrayInfo.RBracketLoc = RBracketLoc.getRawEncoding(); in setRBracketLoc() 165 ArrayRangeInfo.RBracketLoc = RBracketLoc.getRawEncoding(); in setRBracketLoc()
|
/external/clang/include/clang/Sema/ |
D | Designator.h | 53 mutable unsigned RBracketLoc; member 58 mutable unsigned RBracketLoc; member 116 return SourceLocation::getFromRawEncoding(ArrayInfo.RBracketLoc); in getRBracketLoc() 118 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.RBracketLoc); in getRBracketLoc() 142 D.ArrayInfo.RBracketLoc = 0; in getArray() 156 D.ArrayRangeInfo.RBracketLoc = 0; in getArrayRange() 160 void setRBracketLoc(SourceLocation RBracketLoc) const { in setRBracketLoc() argument 164 ArrayInfo.RBracketLoc = RBracketLoc.getRawEncoding(); in setRBracketLoc() 166 ArrayRangeInfo.RBracketLoc = RBracketLoc.getRawEncoding(); in setRBracketLoc()
|
/external/clang/include/clang/AST/ |
D | ExprOpenMP.h | 49 SourceLocation RBracketLoc; variable 54 SourceLocation ColonLoc, SourceLocation RBracketLoc) in OMPArraySectionExpr() argument 69 ColonLoc(ColonLoc), RBracketLoc(RBracketLoc) { in OMPArraySectionExpr() 107 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd() 112 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() 113 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc()
|
D | Expr.h | 1805 SourceLocation RBracketLoc) in OffsetOfNode() argument 1806 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) {} in OffsetOfNode() 2066 SourceLocation RBracketLoc; variable 2078 RBracketLoc(rbracketloc) { in ArraySubscriptExpr() 2123 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd() 2125 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() 2126 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc() 4019 unsigned RBracketLoc; member 4058 SourceLocation RBracketLoc) in Designator() argument 4063 ArrayOrRange.RBracketLoc = RBracketLoc.getRawEncoding(); in Designator() [all …]
|
D | ExprCXX.h | 732 SourceLocation RBracketLoc; variable 739 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr() argument 743 RBracketLoc(RBracketLoc) { in MSPropertySubscriptExpr() 761 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd() 763 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() 764 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc()
|
D | TypeLoc.h | 1353 SourceLocation LBracketLoc, RBracketLoc; member 1371 return getLocalData()->RBracketLoc; in getRBracketLoc() 1374 getLocalData()->RBracketLoc = Loc; in setRBracketLoc()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprOpenMP.h | 61 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()
|
D | Expr.h | 2305 SourceLocation RBracketLoc) in OffsetOfNode() argument 2306 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) {} in OffsetOfNode() 2586 ArrayOrMatrixSubscriptExprBits.RBracketLoc = rbracketloc; in ArraySubscriptExpr() 2623 return ArrayOrMatrixSubscriptExprBits.RBracketLoc; in getRBracketLoc() 2626 ArrayOrMatrixSubscriptExprBits.RBracketLoc = L; in setRBracketLoc() 2658 SourceLocation RBracketLoc) in MatrixSubscriptExpr() argument 2664 ArrayOrMatrixSubscriptExprBits.RBracketLoc = RBracketLoc; in MatrixSubscriptExpr() 2705 return ArrayOrMatrixSubscriptExprBits.RBracketLoc; in getRBracketLoc() 2708 ArrayOrMatrixSubscriptExprBits.RBracketLoc = L; in setRBracketLoc() 5014 unsigned RBracketLoc; member [all …]
|
D | ExprCXX.h | 990 SourceLocation RBracketLoc; variable 997 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr() argument 999 RBracketLoc(RBracketLoc) { in MSPropertySubscriptExpr() 1019 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } in getEndLoc() 1021 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() 1022 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc()
|
D | TypeLoc.h | 1479 SourceLocation LBracketLoc, RBracketLoc; member 1498 return getLocalData()->RBracketLoc; in getRBracketLoc() 1502 getLocalData()->RBracketLoc = Loc; in setRBracketLoc()
|
D | Stmt.h | 454 SourceLocation RBracketLoc; variable
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1234 SourceLocation RBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local 1235 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc)); in VisitDesignatedInitExpr() 1243 SourceLocation RBracketLoc = readSourceLocation(); in VisitDesignatedInitExpr() local 1245 RBracketLoc)); in VisitDesignatedInitExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 814 SourceLocation RBracketLoc in VisitDesignatedInitExpr() local 816 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc)); in VisitDesignatedInitExpr() 826 SourceLocation RBracketLoc in VisitDesignatedInitExpr() local 829 RBracketLoc)); in VisitDesignatedInitExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 2428 SourceLocation RBracketLoc) { in RebuildArraySubscriptExpr() argument 2431 RBracketLoc); in RebuildArraySubscriptExpr() 2440 SourceLocation RBracketLoc) { in RebuildMatrixSubscriptExpr() argument 2442 RBracketLoc); in RebuildMatrixSubscriptExpr() 2454 SourceLocation RBracketLoc) { in RebuildOMPArraySectionExpr() argument 2457 Length, Stride, RBracketLoc); in RebuildOMPArraySectionExpr()
|
D | SemaChecking.cpp | 14338 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local 14340 if (SourceMgr.isInSystemHeader(RBracketLoc)) { in CheckArrayAccess() 14343 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 2074 SourceLocation RBracketLoc) { in RebuildArraySubscriptExpr() argument 2077 RBracketLoc); in RebuildArraySubscriptExpr() 2087 SourceLocation RBracketLoc) { in RebuildOMPArraySectionExpr() argument 2089 ColonLoc, Length, RBracketLoc); in RebuildOMPArraySectionExpr()
|
D | SemaChecking.cpp | 9645 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local 9647 if (SourceMgr.isInSystemHeader(RBracketLoc)) { in CheckArrayAccess() 9650 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()
|