Searched defs:CurNode (Results 1 – 5 of 5) sorted by relevance
187 PointerRec *CurNode; variable189 explicit iterator(PointerRec *CN = 0) : CurNode(CN) {} in CurNode() function
198 PointerRec *CurNode; variable201 explicit iterator(PointerRec *CN = nullptr) : CurNode(CN) {} in CurNode() function
76 void reset(const CfgNode *CurNode) { in reset()171 void setNode(CfgNode *CurNode) { in setNode()
91 const void /*RopePieceBTreeLeaf*/ *CurNode; variable
5374 const auto &CurNode = Stack.back(); in AST_MATCHER_P() local