Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1892 static const Stmt *getLocStmt(PathDiagnosticLocation L) { in getLocStmt() function
2004 const Stmt *Dst = getLocStmt(Piece->getEndLocation()); in addContextEdges()
2028 if (const Stmt *PrevSrc = getLocStmt(PrevPiece->getStartLocation())) { in addContextEdges()
2030 if (PrevSrcParent == getStmtParent(getLocStmt(DstContext), PM)) { in addContextEdges()
2067 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in simplifySimpleBranches()
2068 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in simplifySimpleBranches()
2101 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in simplifySimpleBranches()
2102 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in simplifySimpleBranches()
2193 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in removeContextCycles()
2194 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in removeContextCycles()
[all …]