Searched refs:LexS (Results 1 – 1 of 1) sorted by relevance
1990 LexicalScope *LexS = LScopes.findLexicalScope(LS); in collectEntityInfo() local1991 if (LexS) in collectEntityInfo()1992 createConcreteEntity(TheCU, *LexS, DN, nullptr); in collectEntityInfo()2317 auto *LexS = LScopes.getOrCreateAbstractScope(LS); in endFunctionImpl() local2318 assert(LexS && "Expected the LexicalScope to be created."); in endFunctionImpl()2324 TheCU.createAbstractEntity(DN, LexS); in endFunctionImpl()