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

Definitions

tools/clang/include/clang/AST/Decl.h
  626   SourceLocation getBeginLoc() const LLVM_READONLY { return LocStart; }
  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/lib/AST/Expr.cpp
 1528 SourceLocation CallExpr::getBeginLoc() const {
tools/clang/lib/AST/Stmt.cpp
  274 SourceLocation Stmt::getBeginLoc() const {
tools/clang/lib/AST/TypeLoc.cpp
  189 SourceLocation TypeLoc::getBeginLoc() const {