Searched refs:CurrentScope (Results 1 – 6 of 6) sorted by relevance
220 CurrentScope = nullptr; in createElement()358 CurrentScope = createScope(); in createElement()359 CurrentScope->setIsCatchBlock(); in createElement()360 return CurrentScope; in createElement()362 CurrentScope = createScope(); in createElement()363 CurrentScope->setIsLexicalBlock(); in createElement()364 return CurrentScope; in createElement()366 CurrentScope = createScope(); in createElement()367 CurrentScope->setIsTryBlock(); in createElement()368 return CurrentScope; in createElement()[all …]
286 CurrentScope->addObject(Range.LowPC, Range.HighPC); in processOneAttribute()353 return CurrentScope; in processOneDie()383 if (CurrentScope) in processOneDie()384 Parent->addElement(CurrentScope); in processOneDie()418 if (CurrentScope) { in processOneDie()419 if (CurrentScope->getCanHaveRanges()) { in processOneDie()422 bool IsCompileUnit = CurrentScope->getIsCompileUnit(); in processOneDie()424 CurrentScope->addObject(CurrentLowPC, CurrentHighPC); in processOneDie()429 CurrentScope->getIsFunction() && in processOneDie()430 !CurrentScope->getIsInlinedFunction()) in processOneDie()[all …]
747 assert(LogicalVisitor->CurrentScope && "Invalid scope!"); in visitSymbolBegin()748 LogicalVisitor->addElement(LogicalVisitor->CurrentScope, IsCompileUnit); in visitSymbolBegin()784 if (LVScope *Scope = LogicalVisitor->CurrentScope) { in visitKnownRecord()946 if (LVScope *Scope = LogicalVisitor->CurrentScope) { in visitKnownRecord()994 if (LVScope *Scope = LogicalVisitor->CurrentScope) { in visitKnownRecord()1378 if (LVScope *InlinedFunction = LogicalVisitor->CurrentScope) { in visitKnownRecord()1520 if (LVScope *Function = LogicalVisitor->CurrentScope) { in visitKnownRecord()1633 if (LVScope *Function = LogicalVisitor->CurrentScope) in visitKnownRecord()2978 CurrentScope = nullptr; in createElement()3025 CurrentScope = Reader->createScopeArray(); in createElement()[all …]
135 LVScope *CurrentScope = nullptr; variable
1084 Scope *CurrentScope) { in ActOnLambdaExpressionAfterIntroducer() argument1234 CheckShadow(CurrentScope, V); in ActOnLambdaExpressionAfterIntroducer()1235 PushOnScopeChains(Var, CurrentScope, false); in ActOnLambdaExpressionAfterIntroducer()
290 LVScope *CurrentScope = nullptr;289 LVScope *CurrentScope = nullptr; global() variable