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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1846 static const Stmt *getLocStmt(PathDiagnosticLocation L) { function
1958 const Stmt *Dst = getLocStmt(Piece->getEndLocation());
1982 if (const Stmt *PrevSrc = getLocStmt(PrevPiece->getStartLocation())) {
1984 if (PrevSrcParent == getStmtParent(getLocStmt(DstContext), PM)) {
2021 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation());
2022 const Stmt *s1End = getLocStmt(PieceI->getEndLocation());
2054 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation());
2055 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation());
2146 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation());
2147 const Stmt *s1End = getLocStmt(Piece
[all...]

Completed in 57 milliseconds