Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp535 const Stmt *Start = CF->getStartLocation().asStmt(); in removeEdgesToDefaultInitializers()
545 NextCF->setStartLocation(CF->getStartLocation()); in removeEdgesToDefaultInitializers()
1423 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); in addContextEdges()
1462 PrevPiece->getStartLocation().getStmtOrNull()) { in addContextEdges()
1501 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1535 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1554 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
1624 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1648 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1692 const Stmt *start = PieceI->getStartLocation().getStmtOrNull(); in removePunyEdges()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h654 PathDiagnosticLocation getStartLocation() const { in getStartLocation() function
677 return getStartLocation(); in getLocation()
/netbsd-src/external/apache2/llvm/dist/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()