Searched refs:RBracketLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DDesignator.h53 mutable unsigned RBracketLoc; member in struct:clang::Designator::ArrayDesignatorInfo
58 mutable unsigned RBracketLoc; member in struct:clang::Designator::ArrayRangeDesignatorInfo
116 return SourceLocation::getFromRawEncoding(ArrayInfo.RBracketLoc);
118 return SourceLocation::getFromRawEncoding(ArrayRangeInfo.RBracketLoc);
142 D.ArrayInfo.RBracketLoc = 0;
156 D.ArrayRangeInfo.RBracketLoc = 0;
160 void setRBracketLoc(SourceLocation RBracketLoc) const {
164 ArrayInfo.RBracketLoc = RBracketLoc.getRawEncoding();
166 ArrayRangeInfo.RBracketLoc
[all...]
/external/clang/include/clang/AST/
H A DExpr.h1809 SourceLocation RBracketLoc)
1810 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) { }
2066 SourceLocation RBracketLoc; member in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2078 RBracketLoc(rbracketloc) {
2123 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; }
2125 SourceLocation getRBracketLoc() const { return RBracketLoc; }
2126 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; }
4020 unsigned RBracketLoc; member in struct:clang::StringLiteral::DesignatedInitExpr::ArrayOrRangeDesignator
4059 SourceLocation RBracketLoc)
4064 ArrayOrRange.RBracketLoc
1808 OffsetOfNode(SourceLocation LBracketLoc, unsigned Index, SourceLocation RBracketLoc) argument
4058 Designator(unsigned Index, SourceLocation LBracketLoc, SourceLocation RBracketLoc) argument
4068 Designator(unsigned Index, SourceLocation LBracketLoc, SourceLocation EllipsisLoc, SourceLocation RBracketLoc) argument
[all...]
H A DTypeLoc.h1271 SourceLocation LBracketLoc, RBracketLoc;
1289 return getLocalData()->RBracketLoc;
1292 getLocalData()->RBracketLoc = Loc;
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp779 SourceLocation RBracketLoc local
781 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc));
791 SourceLocation RBracketLoc local
794 RBracketLoc));
/external/clang/lib/Sema/
H A DTreeTransform.h1765 SourceLocation RBracketLoc) {
1768 RBracketLoc);
1762 RebuildArraySubscriptExpr(Expr *LHS, SourceLocation LBracketLoc, Expr *RHS, SourceLocation RBracketLoc) argument

Completed in 346 milliseconds