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

References

tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
  381         Pass.TA.reportNote(note, retS->getBeginLoc());
tools/clang/lib/AST/Stmt.cpp
  256     return SourceRange(static_cast<const S *>(stmt)->getBeginLoc(),
tools/clang/lib/Analysis/Consumed.cpp
  892   StateMap->checkParamsForReturnTypestate(Ret->getBeginLoc(),
tools/clang/lib/CodeGen/CGStmt.cpp
 1055     llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc());
tools/clang/lib/Sema/SemaLambda.cpp
  778     Diag(RS->getBeginLoc(),
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
  354     diag(BadReturnType->getBeginLoc(),
tools/clang/tools/extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
   74     diag(RetStmt->getBeginLoc(), "operator=() should always return '*this'");