reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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/SemaChecking.cpp11450 S.getSourceManager().getCharacterData(IntLit->getBeginLoc())[0];
tools/clang/lib/Sema/SemaExpr.cpp11203 LHSInt->getBeginLoc(), S.getLocForEndOfToken(RHSInt->getLocation()));
tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp 333 {LhsIL->getBeginLoc(),
tools/clang/tools/extra/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp 87 diag(NumFill->getBeginLoc(), "memset fill value is out of unsigned "