Searched refs:findLexicalScope (Results 1 – 8 of 8) sorted by relevance
190 EXPECT_EQ(LS.findLexicalScope(InBlockLoc.get()), BlockScope); in TEST_F()276 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()310 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()311 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F()348 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()349 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F()390 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()391 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F()447 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
172 LexicalScope *findLexicalScope(const DILocation *DL);192 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
124 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) { in findLexicalScope() function in LexicalScopes137 return findLexicalScope(Scope); in findLexicalScope()
1180 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
1521 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()1557 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()1585 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()1854 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()1928 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo()1947 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo()1949 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo()
153 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
1271 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()1427 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
1049 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugValue()1118 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugInstrRef()3290 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()