Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
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()
/external/clang/include/clang/AST/
DExprOpenMP.h49 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()
DExpr.h1805 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 …]
DExprCXX.h732 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()
DTypeLoc.h1353 SourceLocation LBracketLoc, RBracketLoc; member
1371 return getLocalData()->RBracketLoc; in getRBracketLoc()
1374 getLocalData()->RBracketLoc = Loc; in setRBracketLoc()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp814 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/clang/lib/Sema/
DTreeTransform.h2074 SourceLocation RBracketLoc) { in RebuildArraySubscriptExpr() argument
2077 RBracketLoc); in RebuildArraySubscriptExpr()
2087 SourceLocation RBracketLoc) { in RebuildOMPArraySectionExpr() argument
2089 ColonLoc, Length, RBracketLoc); in RebuildOMPArraySectionExpr()
DSemaChecking.cpp9645 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local
9647 if (SourceMgr.isInSystemHeader(RBracketLoc)) { in CheckArrayAccess()
9650 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()