Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDesignator.h53 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 DExprOpenMP.h49 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 DExpr.h2048 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 DExprCXX.h834 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 DTypeLoc.h1455 SourceLocation LBracketLoc, RBracketLoc; member
1474 return getLocalData()->RBracketLoc; in getRBracketLoc()
1478 getLocalData()->RBracketLoc = Loc; in setRBracketLoc()
H A DStmt.h424 SourceLocation RBracketLoc; in alignas() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp918 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 DTreeTransform.h2209 SourceLocation RBracketLoc) { in RebuildArraySubscriptExpr() argument
2212 RBracketLoc); in RebuildArraySubscriptExpr()
2222 SourceLocation RBracketLoc) { in RebuildOMPArraySectionExpr() argument
2224 ColonLoc, Length, RBracketLoc); in RebuildOMPArraySectionExpr()
H A DSemaChecking.cpp12465 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local
12467 if (SourceMgr.isInSystemHeader(RBracketLoc)) { in CheckArrayAccess()
12470 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()