Searched refs:inFunctionStmt (Results 1 – 1 of 1) sorted by relevance
476 bool inFunctionStmt{false}; // true between Pre/Post of FunctionStmt member3236 if (info->inFunctionStmt) { in Pre()3315 CHECK(!info.inFunctionStmt); in Pre()3316 info.inFunctionStmt = true; in Pre()3330 CHECK(info.inFunctionStmt); in Post()3331 info.inFunctionStmt = false; in Post()