Home | History | Annotate | Download | only in Core

Lines Matching defs:getStmt

549     return PathDiagnosticLocation(Source.castAs<CFGStmt>().getStmt(),
670 S = SP->getStmt();
693 const Stmt *PathDiagnosticLocation::getStmt(const ExplodedNode *N) {
696 return SP->getStmt();
711 if (const Stmt *S = getStmt(N)) {
740 const Stmt *S = getStmt(N);