Searched refs:getCurrentFunctionScope (Results 1 – 6 of 6) sorted by relevance
139 EXPECT_EQ(LS.getCurrentFunctionScope(), nullptr); in TEST_F()143 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()185 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()220 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()255 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()290 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()309 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()347 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()389 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()446 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
156 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
114 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
2148 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()2204 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
3012 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()
2968 auto *TopScope = LS.getCurrentFunctionScope(); in makeDepthFirstEjectionMap()3020 if (!LS.getCurrentFunctionScope()) in depthFirstVLocAndEmit()3060 WorkStack.push_back({LS.getCurrentFunctionScope(), 0}); in depthFirstVLocAndEmit()