Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:CurNode

5374     const auto &CurNode = Stack.back();
5376 if(const auto *FuncDeclNode = CurNode.get<FunctionDecl>()) {
5380 } else if(const auto *LambdaExprNode = CurNode.get<LambdaExpr>()) {
5386 for(const auto &Parent: Finder->getASTContext().getParents(CurNode))