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

References

tools/clang/include/clang/AST/Expr.h
 1482   SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; }
 1483   SourceLocation getEndLoc() const LLVM_READONLY { return Loc; }
 1486   SourceLocation getLocation() const { return Loc; }
 1488   void setLocation(SourceLocation Location) { Loc = Location; }