Searched refs:LexS (Results 1 – 1 of 1) sorted by relevance
1997 LexicalScope *LexS = LScopes.findLexicalScope(LS); in collectEntityInfo() local1998 if (LexS) in collectEntityInfo()1999 createConcreteEntity(TheCU, *LexS, DN, nullptr); in collectEntityInfo()2752 auto *LexS = LScopes.getOrCreateAbstractScope(LS); in endFunctionImpl() local2753 assert(LexS && "Expected the LexicalScope to be created."); in endFunctionImpl()2759 TheCU.createAbstractEntity(DN, LexS); in endFunctionImpl()