Lines Matching refs:ASTNode
103 if (!N->ASTNode.get<Stmt>()) in isRootStmt()
110 if (N->Selected == SelectionTree::Unselected && !N->ASTNode.get<DeclStmt>()) in isRootStmt()
146 if (Parent->ASTNode.get<DeclStmt>()) in getParentOfRootStmts()
226 const Stmt *Last = EZ.getLastRootStmt()->ASTNode.get<Stmt>(); in alwaysReturns()
245 if (CurNode->ASTNode.get<LambdaExpr>()) in findEnclosingFunction()
247 if (const FunctionDecl *Func = CurNode->ASTNode.get<FunctionDecl>()) { in findEnclosingFunction()
264 SM, LangOpts, Parent->Children.front()->ASTNode.getSourceRange())) in findZoneRange()
269 SM, LangOpts, Parent->Children.back()->ASTNode.getSourceRange())) in findZoneRange()
293 if (Child->ASTNode.get<Expr>()) in validSingleChild()
298 if (Child->ASTNode.get<Stmt>() == EnclosingFunc->getBody()) in validSingleChild()
329 ExtZone.RootStmts.insert(Child->ASTNode.get<Stmt>()); in findExtractionZone()
711 ExtZone.getLastRootStmt()->ASTNode.get<Stmt>(), FuncBodyRange, SM, in getSemicolonPolicy()