Searched refs:getCurrentFunctionScope (Results 1 – 6 of 6) sorted by relevance
140 EXPECT_EQ(LS.getCurrentFunctionScope(), nullptr); in TEST_F() 144 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F() 186 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F() 221 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F() 256 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F() 291 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F() 310 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F() 348 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F() 390 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F() 447 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F() [all...]
156 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
116 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
2473 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in computeIndexValue() 2534 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in emitDebugPubSection()
3041 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in collectLexicalBlockInfo()
3503 auto *TopScope = LS.getCurrentFunctionScope(); in depthFirstVLocAndEmit() 3555 if (!LS.getCurrentFunctionScope()) in depthFirstVLocAndEmit() 3595 WorkStack.push_back({LS.getCurrentFunctionScope(), 0}); in depthFirstVLocAndEmit()