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

Declarations

tools/clang/include/clang/AST/ExprCXX.h
 1589   SourceLocation getEndLoc() const LLVM_READONLY;

References

tools/clang/lib/AST/Stmt.cpp
  257                        static_cast<const S *>(stmt)->getEndLoc());
tools/clang/lib/Sema/TreeTransform.h
 3513                                         Construct->getEndLoc());
tools/clang/tools/extra/clang-tidy/bugprone/CopyConstructorInitCheck.cpp
   83             FixItHint::CreateInsertion(CExpr->getEndLoc(), ParamName));