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

Definitions

tools/clang/include/clang/AST/Decl.h
  747   SourceLocation getBeginLoc() const LLVM_READONLY {
 2977   SourceLocation getBeginLoc() const LLVM_READONLY { return LocStart; }
tools/clang/include/clang/AST/DeclBase.h
  421   SourceLocation getBeginLoc() const LLVM_READONLY {
tools/clang/include/clang/AST/Expr.h
 3755   SourceLocation getBeginLoc() const LLVM_READONLY {
tools/clang/include/clang/AST/Stmt.h
 2000   SourceLocation getBeginLoc() const { return getIfLoc(); }
tools/clang/lib/AST/Expr.cpp
  598 SourceLocation DeclRefExpr::getBeginLoc() const {
tools/clang/lib/AST/Stmt.cpp
  274 SourceLocation Stmt::getBeginLoc() const {
tools/clang/lib/AST/TypeLoc.cpp
  189 SourceLocation TypeLoc::getBeginLoc() const {