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

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

Completed in 91 milliseconds