Home
last modified time | relevance | path

Searched refs:getStartLocation (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp538 const Stmt *Start = CF->getStartLocation().asStmt(); in removeEdgesToDefaultInitializers()
548 NextCF->setStartLocation(CF->getStartLocation()); in removeEdgesToDefaultInitializers()
1432 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); in addContextEdges()
1471 PrevPiece->getStartLocation().getStmtOrNull()) { in addContextEdges()
1510 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1544 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1562 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
1632 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1700 const Stmt *start = PieceI->getStartLocation().getStmtOrNull(); in removePunyEdges()
1793 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in optimizeEdges()
[all …]
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h651 PathDiagnosticLocation getStartLocation() const { in getStartLocation() function
674 return getStartLocation(); in getLocation()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp234 FullSourceLoc XSL = X.getStartLocation().asLocation(); in compareControlFlow()
235 FullSourceLoc YSL = Y.getStartLocation().asLocation(); in compareControlFlow()
1179 getStartLocation().dump(); in dump()