Searched refs:getLocStmt (Results 1 – 1 of 1) sorted by relevance
1879 static const Stmt *getLocStmt(PathDiagnosticLocation L) { in getLocStmt() function1991 const Stmt *Dst = getLocStmt(Piece->getEndLocation()); in addContextEdges()2015 if (const Stmt *PrevSrc = getLocStmt(PrevPiece->getStartLocation())) { in addContextEdges()2017 if (PrevSrcParent == getStmtParent(getLocStmt(DstContext), PM)) { in addContextEdges()2054 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in simplifySimpleBranches()2055 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in simplifySimpleBranches()2088 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in simplifySimpleBranches()2089 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in simplifySimpleBranches()2180 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in removeContextCycles()2181 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in removeContextCycles()[all …]