Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolRecordHelpers.cpp86 uint32_t ScopeBegin) { in limitSymbolArrayToScope() argument
87 CVSymbol Opener = *Symbols.at(ScopeBegin); in limitSymbolArrayToScope()
92 return Symbols.substream(ScopeBegin, EndOffset); in limitSymbolArrayToScope()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordHelpers.cpp86 uint32_t ScopeBegin) { in limitSymbolArrayToScope() argument
87 CVSymbol Opener = *Symbols.at(ScopeBegin); in limitSymbolArrayToScope()
92 return Symbols.substream(ScopeBegin, EndOffset); in limitSymbolArrayToScope()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp90 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()
91 return limitSymbolArrayToScope(SymbolArray, ScopeBegin); in getSymbolArrayForScope()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp90 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()
91 return limitSymbolArrayToScope(SymbolArray, ScopeBegin); in getSymbolArrayForScope()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecordHelpers.h56 uint32_t ScopeBegin);
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecordHelpers.h57 uint32_t ScopeBegin);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h47 getSymbolArrayForScope(uint32_t ScopeBegin) const;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h47 getSymbolArrayForScope(uint32_t ScopeBegin) const;
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractVariable.cpp100 SourceLocation ScopeBegin = Scope->getBeginLoc(); in exprIsValidOutside() local
103 if (SM.isPointWithin(ReferencedDecl->getBeginLoc(), ScopeBegin, ScopeEnd) && in exprIsValidOutside()
104 SM.isPointWithin(ReferencedDecl->getEndLoc(), ScopeBegin, ScopeEnd)) in exprIsValidOutside()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h60 ScopeBegin, enumerator
319 : CFGElement(ScopeBegin, VD, S) {} in CFGScopeBegin()
335 return kind == ScopeBegin; in isKind()
/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp365 ENUM_TO_CSTRING(ScopeBegin); in GetTypeAsString()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp568 case CFGElement::ScopeBegin: in getLocationForCaller()
DCFG.cpp5008 case CFGElement::ScopeBegin: in getDestructorDecl()
5548 case CFGElement::Kind::ScopeBegin: in print_elem()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp657 case CFGElement::ScopeBegin: in processCFGElement()