Searched refs:CurrentScope (Results 1 – 5 of 5) sorted by relevance
33 CurrentScope = nullptr; in createElement()168 CurrentScope = createScope(); in createElement()169 CurrentScope->setIsCatchBlock(); in createElement()170 return CurrentScope; in createElement()172 CurrentScope = createScope(); in createElement()173 CurrentScope->setIsLexicalBlock(); in createElement()174 return CurrentScope; in createElement()176 CurrentScope = createScope(); in createElement()177 CurrentScope->setIsTryBlock(); in createElement()178 return CurrentScope; in createElement()[all …]
760 assert(LogicalVisitor->CurrentScope && "Invalid scope!"); in visitSymbolBegin()761 LogicalVisitor->addElement(LogicalVisitor->CurrentScope, IsCompileUnit); in visitSymbolBegin()797 if (LVScope *Scope = LogicalVisitor->CurrentScope) { in visitKnownRecord()959 if (LVScope *Scope = LogicalVisitor->CurrentScope) { in visitKnownRecord()1004 if (LVScope *Scope = LogicalVisitor->CurrentScope) { in visitKnownRecord()1385 if (LVScope *InlinedFunction = LogicalVisitor->CurrentScope) { in visitKnownRecord()1527 if (LVScope *Function = LogicalVisitor->CurrentScope) { in visitKnownRecord()1640 if (LVScope *Function = LogicalVisitor->CurrentScope) in visitKnownRecord()2983 CurrentScope = nullptr; in createElement()3030 CurrentScope = Reader->createScopeArray(); in createElement()[all …]
44 LVScope *CurrentScope = nullptr; variable
290 LVScope *CurrentScope = nullptr; variable
1060 Scope *CurrentScope) { in ActOnLambdaExpressionAfterIntroducer() argument1208 CheckShadow(CurrentScope, V); in ActOnLambdaExpressionAfterIntroducer()1209 PushOnScopeChains(Var, CurrentScope, false); in ActOnLambdaExpressionAfterIntroducer()