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

/freebsd-9.3-release/contrib/llvm/tools/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...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1790 SourceLocation RBracketLoc)
1791 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) { }
2047 SourceLocation RBracketLoc; member in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2059 RBracketLoc(rbracketloc) {
2104 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; }
2106 SourceLocation getRBracketLoc() const { return RBracketLoc; }
2107 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; }
3987 unsigned RBracketLoc;
4026 SourceLocation RBracketLoc)
4031 ArrayOrRange.RBracketLoc
1789 OffsetOfNode(SourceLocation LBracketLoc, unsigned Index, SourceLocation RBracketLoc) argument
[all...]
H A DTypeLoc.h1268 SourceLocation LBracketLoc, RBracketLoc;
1286 return getLocalData()->RBracketLoc;
1289 getLocalData()->RBracketLoc = Loc;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp781 SourceLocation RBracketLoc local
783 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc));
793 SourceLocation RBracketLoc local
796 RBracketLoc));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h1602 SourceLocation RBracketLoc) {
1605 RBracketLoc);
1599 RebuildArraySubscriptExpr(Expr *LHS, SourceLocation LBracketLoc, Expr *RHS, SourceLocation RBracketLoc) argument

Completed in 117 milliseconds