HomeSort by relevance Sort by last modified time
    Searched refs:RBracketLoc (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Sema/
Designator.h 53 mutable unsigned RBracketLoc;
58 mutable unsigned RBracketLoc;
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 = RBracketLoc.getRawEncoding()
    [all...]
  /external/clang/include/clang/AST/
ExprOpenMP.h 49 SourceLocation RBracketLoc;
54 SourceLocation ColonLoc, SourceLocation RBracketLoc)
69 ColonLoc(ColonLoc), RBracketLoc(RBracketLoc) {
107 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; }
112 SourceLocation getRBracketLoc() const { return RBracketLoc; }
113 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; }
Expr.h     [all...]
TypeLoc.h     [all...]
ExprCXX.h 695 SourceLocation RBracketLoc;
702 ExprObjectKind OK, SourceLocation RBracketLoc)
706 RBracketLoc(RBracketLoc) {
724 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; }
726 SourceLocation getRBracketLoc() const { return RBracketLoc; }
727 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; }
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 809 SourceLocation RBracketLoc
811 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc));
821 SourceLocation RBracketLoc
824 RBracketLoc));
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 366 milliseconds