reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
 4718       ArrayOrRange.Index = Index;
 4719       ArrayOrRange.LBracketLoc = LBracketLoc.getRawEncoding();
 4720       ArrayOrRange.EllipsisLoc = SourceLocation().getRawEncoding();
 4721       ArrayOrRange.RBracketLoc = RBracketLoc.getRawEncoding();
 4728       ArrayOrRange.Index = Index;
 4729       ArrayOrRange.LBracketLoc = LBracketLoc.getRawEncoding();
 4730       ArrayOrRange.EllipsisLoc = EllipsisLoc.getRawEncoding();
 4731       ArrayOrRange.RBracketLoc = RBracketLoc.getRawEncoding();
 4766       return SourceLocation::getFromRawEncoding(ArrayOrRange.LBracketLoc);
 4772       return SourceLocation::getFromRawEncoding(ArrayOrRange.RBracketLoc);
 4778       return SourceLocation::getFromRawEncoding(ArrayOrRange.EllipsisLoc);
 4784       return ArrayOrRange.Index;
tools/clang/lib/AST/Expr.cpp
 4346       SourceLocation::getFromRawEncoding(First.ArrayOrRange.LBracketLoc);
 4356   return getSubExpr(D.ArrayOrRange.Index + 1);
 4362   return getSubExpr(D.ArrayOrRange.Index + 1);
 4368   return getSubExpr(D.ArrayOrRange.Index + 2);