Home
last modified time | relevance | path

Searched refs:inFunctionStmt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp476 bool inFunctionStmt{false}; // true between Pre/Post of FunctionStmt member
3236 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()