Home
last modified time | relevance | path

Searched refs:CurrentScope (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp33 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 …]
H A DLVCodeViewVisitor.cpp760 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 …]
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h44 LVScope *CurrentScope = nullptr; variable
H A DLVCodeViewVisitor.h290 LVScope *CurrentScope = nullptr; variable
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1060 Scope *CurrentScope) { in ActOnLambdaExpressionAfterIntroducer() argument
1208 CheckShadow(CurrentScope, V); in ActOnLambdaExpressionAfterIntroducer()
1209 PushOnScopeChains(Var, CurrentScope, false); in ActOnLambdaExpressionAfterIntroducer()