Searched refs:getStartLocation (Results 1 – 3 of 3) sorted by relevance
1942 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); in addContextEdges()1982 if (const Stmt *PrevSrc = getLocStmt(PrevPiece->getStartLocation())) { in addContextEdges()2021 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in simplifySimpleBranches()2054 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in simplifySimpleBranches()2073 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()2146 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in removeContextCycles()2170 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in removeContextCycles()2220 const Stmt *start = getLocStmt(PieceI->getStartLocation()); in removePunyEdges()2315 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in optimizeEdges()2332 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in optimizeEdges()[all …]
286 FullSourceLoc XSL = X.getStartLocation().asLocation(); in compareControlFlow()287 FullSourceLoc YSL = Y.getStartLocation().asLocation(); in compareControlFlow()
632 PathDiagnosticLocation getStartLocation() const { in getStartLocation() function655 return getStartLocation(); in getLocation()