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

References

tools/clang/include/clang/AST/Expr.h
 4794       return Kind == FieldDesignator ? getFieldLoc() : getRBracketLoc();
tools/clang/lib/AST/ASTImporter.cpp
  893   ExpectedSLoc ToRBracketLocOrErr = import(D.getRBracketLoc());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  901       Record.AddSourceLocation(D.getRBracketLoc());
  908       Record.AddSourceLocation(D.getRBracketLoc());