Home
last modified time | relevance | path

Searched refs:ScopeBegin (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp86 uint32_t ScopeBegin) { in limitSymbolArrayToScope() argument
87 CVSymbol Opener = *Symbols.at(ScopeBegin); in limitSymbolArrayToScope()
92 return Symbols.substream(ScopeBegin, EndOffset); in limitSymbolArrayToScope()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp91 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()
92 return limitSymbolArrayToScope(SymbolArray, ScopeBegin); in getSymbolArrayForScope()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordHelpers.h57 uint32_t ScopeBegin);
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h50 getSymbolArrayForScope(uint32_t ScopeBegin) const;
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp131 SourceLocation ScopeBegin = Scope->getBeginLoc(); in exprIsValidOutside() local
134 if (SM.isPointWithin(ReferencedDecl->getBeginLoc(), ScopeBegin, ScopeEnd) && in exprIsValidOutside()
135 SM.isPointWithin(ReferencedDecl->getEndLoc(), ScopeBegin, ScopeEnd)) in exprIsValidOutside()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h60 ScopeBegin, enumerator
320 : CFGElement(ScopeBegin, VD, S) {} in CFGScopeBegin()
336 return kind == ScopeBegin; in isKind()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbol.cpp367 ENUM_TO_CSTRING(ScopeBegin); in GetTypeAsString()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp568 case CFGElement::ScopeBegin: in getLocationForCaller()
H A DCFG.cpp5233 case CFGElement::ScopeBegin: in getDestructorDecl()
5775 case CFGElement::Kind::ScopeBegin: in print_elem()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp826 case CFGElement::ScopeBegin: in processCFGElement()