Searched refs:RBracketLoc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 49 SourceLocation RBracketLoc; variable 54 SourceLocation ColonLoc, SourceLocation RBracketLoc) in OMPArraySectionExpr() argument 69 ColonLoc(ColonLoc), RBracketLoc(RBracketLoc) { in OMPArraySectionExpr() 107 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } in getEndLoc() 112 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() 113 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc()
|
| H A D | Expr.h | 2048 SourceLocation RBracketLoc) in OffsetOfNode() argument 2049 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) {} in OffsetOfNode() 2331 ArraySubscriptExprBits.RBracketLoc = rbracketloc; in ArraySubscriptExpr() 2367 return ArraySubscriptExprBits.RBracketLoc; in getRBracketLoc() 2370 ArraySubscriptExprBits.RBracketLoc = L; in setRBracketLoc() 4490 unsigned RBracketLoc; member 4529 SourceLocation RBracketLoc) in Designator() argument 4534 ArrayOrRange.RBracketLoc = RBracketLoc.getRawEncoding(); in Designator() 4539 SourceLocation EllipsisLoc, SourceLocation RBracketLoc) in Designator() argument 4544 ArrayOrRange.RBracketLoc = RBracketLoc.getRawEncoding(); in Designator() [all …]
|
| H A D | ExprCXX.h | 834 SourceLocation RBracketLoc; variable 841 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr() argument 845 RBracketLoc(RBracketLoc) { in MSPropertySubscriptExpr() 864 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } in getEndLoc() 866 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() 867 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc()
|
| H A D | TypeLoc.h | 1455 SourceLocation LBracketLoc, RBracketLoc; member 1474 return getLocalData()->RBracketLoc; in getRBracketLoc() 1478 getLocalData()->RBracketLoc = Loc; in setRBracketLoc()
|
| H A D | Stmt.h | 424 SourceLocation RBracketLoc; in alignas() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 918 SourceLocation RBracketLoc = ReadSourceLocation(); in VisitDesignatedInitExpr() local 919 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc)); in VisitDesignatedInitExpr() 927 SourceLocation RBracketLoc = ReadSourceLocation(); in VisitDesignatedInitExpr() local 929 RBracketLoc)); in VisitDesignatedInitExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 2209 SourceLocation RBracketLoc) { in RebuildArraySubscriptExpr() argument 2212 RBracketLoc); in RebuildArraySubscriptExpr() 2222 SourceLocation RBracketLoc) { in RebuildOMPArraySectionExpr() argument 2224 ColonLoc, Length, RBracketLoc); in RebuildOMPArraySectionExpr()
|
| H A D | SemaChecking.cpp | 12465 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local 12467 if (SourceMgr.isInSystemHeader(RBracketLoc)) { in CheckArrayAccess() 12470 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()
|