Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1877 static const Stmt *getLocStmt(PathDiagnosticLocation L) { in getLocStmt() function
1989 const Stmt *Dst = getLocStmt(Piece->getEndLocation()); in addContextEdges()
2013 if (const Stmt *PrevSrc = getLocStmt(PrevPiece->getStartLocation())) { in addContextEdges()
2015 if (PrevSrcParent == getStmtParent(getLocStmt(DstContext), PM)) { in addContextEdges()
2052 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in simplifySimpleBranches()
2053 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in simplifySimpleBranches()
2086 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in simplifySimpleBranches()
2087 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in simplifySimpleBranches()
2178 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in removeContextCycles()
2179 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in removeContextCycles()
[all …]