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

Declarations

tools/clang/include/clang/AST/ExprCXX.h
 1588   SourceLocation getBeginLoc() const LLVM_READONLY;

References

tools/clang/lib/AST/Expr.cpp
  217     return static_cast<const E *>(expr)->getBeginLoc();
tools/clang/lib/AST/Stmt.cpp
  256     return SourceRange(static_cast<const S *>(stmt)->getBeginLoc(),
tools/clang/lib/Sema/SemaExpr.cpp
17055       S.MarkFunctionReferenced(E->getBeginLoc(), E->getConstructor());
tools/clang/lib/Sema/TreeTransform.h
 3512     return getDerived().RebuildInitList(Construct->getBeginLoc(), NewArgs,
11248   TemporaryBase Rebase(*this, /*FIXME*/ E->getBeginLoc(), DeclarationName());
11255       getDerived().TransformDecl(E->getBeginLoc(), E->getConstructor()));
11276     SemaRef.MarkFunctionReferenced(E->getBeginLoc(), Constructor);
11281       T, /*FIXME:*/ E->getBeginLoc(), Constructor, E->isElidable(), Args,
tools/clang/tools/extra/clang-tidy/bugprone/StringConstructorCheck.cpp
  117   SourceLocation Loc = E->getBeginLoc();
tools/clang/tools/extra/clang-tidy/bugprone/UndelegatedConstructorCheck.cpp
   77   diag(E->getBeginLoc(), "did you intend to call a delegated constructor? "
tools/clang/tools/extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
   87     diag(FuncInst->getBeginLoc(), Message)