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.h1861 SourceLocation RBracketLoc) in OffsetOfNode() argument
1862 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) { } in OffsetOfNode()
2107 SourceLocation RBracketLoc; variable
2119 RBracketLoc(rbracketloc) { in ArraySubscriptExpr()
2164 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd()
2166 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc()
2167 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc()
4084 unsigned RBracketLoc; member
4123 SourceLocation RBracketLoc) in Designator() argument
4128 ArrayOrRange.RBracketLoc = RBracketLoc.getRawEncoding(); in Designator()
[all …]
DExprCXX.h695 SourceLocation RBracketLoc; variable
702 ExprObjectKind OK, SourceLocation RBracketLoc) in MSPropertySubscriptExpr() argument
706 RBracketLoc(RBracketLoc) { in MSPropertySubscriptExpr()
724 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd()
726 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc()
727 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.cpp809 SourceLocation RBracketLoc in VisitDesignatedInitExpr() local
811 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc)); in VisitDesignatedInitExpr()
821 SourceLocation RBracketLoc in VisitDesignatedInitExpr() local
824 RBracketLoc)); in VisitDesignatedInitExpr()
/external/clang/lib/Sema/
DTreeTransform.h2001 SourceLocation RBracketLoc) { in RebuildArraySubscriptExpr() argument
2004 RBracketLoc); in RebuildArraySubscriptExpr()
2014 SourceLocation RBracketLoc) { in RebuildOMPArraySectionExpr() argument
2016 ColonLoc, Length, RBracketLoc); in RebuildOMPArraySectionExpr()
DSemaChecking.cpp8622 SourceLocation RBracketLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local
8624 if (SourceMgr.isInSystemHeader(RBracketLoc)) { in CheckArrayAccess()
8627 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()