Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1942 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 …]
DPathDiagnostic.cpp286 FullSourceLoc XSL = X.getStartLocation().asLocation(); in compareControlFlow()
287 FullSourceLoc YSL = Y.getStartLocation().asLocation(); in compareControlFlow()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h632 PathDiagnosticLocation getStartLocation() const { in getStartLocation() function
655 return getStartLocation(); in getLocation()