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

References

tools/clang/include/clang/AST/ExprObjC.h
  155   SourceLocation getAtLoc() const { return Range.getBegin(); }
  157   SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); }
  158   SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
  161     return Range;
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1172   E->Range = ReadSourceRange();