reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1613 SourceLocation getLocation() const { return Loc; } 1614 void setLocation(SourceLocation L) { Loc = L; } 1616 SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; } 1617 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; }