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

Overridden By

tools/clang/lib/AST/ExprConstant.cpp
  595     SourceLocation getCallLocation() const override { return CallLoc; }
tools/clang/lib/AST/Interp/InterpFrame.cpp
  145 SourceLocation InterpFrame::getCallLocation() const {

References

tools/clang/lib/AST/Interp/State.cpp
  131     SourceLocation CallLocation = F->getCallLocation();