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

References

tools/clang/include/clang/AST/ExprObjC.h
 1417   SourceLocation getRightLoc() const { return RBracLoc; }
 1432                                    RBracLoc);
 1449     RBracLoc = R.getEnd();
 1453   SourceLocation getEndLoc() const LLVM_READONLY { return RBracLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1310   E->RBracLoc = ReadSourceLocation();