Lines Matching refs:ASTNode
98 if (!N->ASTNode.get<Stmt>()) in isRootStmt()
105 if (N->Selected == SelectionTree::Unselected && !N->ASTNode.get<DeclStmt>()) in isRootStmt()
141 if (Parent->ASTNode.get<DeclStmt>()) in getParentOfRootStmts()
215 const Stmt *Last = EZ.getLastRootStmt()->ASTNode.get<Stmt>(); in alwaysReturns()
235 if (CurNode->ASTNode.get<LambdaExpr>()) in findEnclosingFunction()
237 if (const FunctionDecl *Func = CurNode->ASTNode.get<FunctionDecl>()) { in findEnclosingFunction()
257 SM, LangOpts, Parent->Children.front()->ASTNode.getSourceRange())) in findZoneRange()
262 SM, LangOpts, Parent->Children.back()->ASTNode.getSourceRange())) in findZoneRange()
286 if (Child->ASTNode.get<Expr>()) in validSingleChild()
291 if (Child->ASTNode.get<Stmt>() == EnclosingFunc->getBody()) in validSingleChild()
322 ExtZone.RootStmts.insert(Child->ASTNode.get<Stmt>()); in findExtractionZone()
627 ExtZone.getLastRootStmt()->ASTNode.get<Stmt>(), FuncBodyRange, SM, in getSemicolonPolicy()