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

Declarations

tools/clang/include/clang/AST/Expr.h
 4881   SourceLocation getEndLoc() const LLVM_READONLY;

References

tools/clang/lib/AST/Stmt.cpp
  257                        static_cast<const S *>(stmt)->getEndLoc());
tools/clang/lib/Sema/SemaInit.cpp
 2430             SourceRange(D->getBeginLoc(), DIE->getEndLoc()));
 2446                              SourceRange(D->getBeginLoc(), DIE->getEndLoc()),
 2456                                          ExistingInit, DIE->getEndLoc());
 2585                 ExistingInit, SourceRange(D->getBeginLoc(), DIE->getEndLoc()));
 2676               << SourceRange(NextD->getBeginLoc(), DIE->getEndLoc());