Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp569 const Stmt *Start = CF->getStartLocation().asStmt(); in removeEdgesToDefaultInitializers()
579 NextCF->setStartLocation(CF->getStartLocation()); in removeEdgesToDefaultInitializers()
1461 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); in addContextEdges()
1500 PrevPiece->getStartLocation().getStmtOrNull()) { in addContextEdges()
1539 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1573 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1591 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
1662 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1686 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1730 const Stmt *start = PieceI->getStartLocation().getStmtOrNull(); in removePunyEdges()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h651 PathDiagnosticLocation getStartLocation() const { in getStartLocation() function
674 return getStartLocation(); in getLocation()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp227 FullSourceLoc XSL = X.getStartLocation().asLocation(); in compareControlFlow()
228 FullSourceLoc YSL = Y.getStartLocation().asLocation(); in compareControlFlow()
1176 getStartLocation().dump(); in dump()