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

References

tools/clang/include/clang/AST/ExprCXX.h
  383   SourceLocation getOperatorLoc() const { return Loc; }
  388   SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1510   E->Loc = R.getBegin();