Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp91 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()
92 return limitSymbolArrayToScope(SymbolArray, ScopeBegin); in getSymbolArrayForScope()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordHelpers.h57 uint32_t ScopeBegin);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h50 getSymbolArrayForScope(uint32_t ScopeBegin) const;
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h60 ScopeBegin, enumerator
321 : CFGElement(ScopeBegin, VD, S) {} in CFGScopeBegin()
337 return kind == ScopeBegin; in isKind()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp424 ENUM_TO_CSTRING(ScopeBegin); in GetTypeAsString()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp563 case CFGElement::ScopeBegin: in getLocationForCaller()
H A DCFG.cpp5300 case CFGElement::ScopeBegin: in getDestructorDecl()
5860 case CFGElement::Kind::ScopeBegin: in print_elem()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp997 case CFGElement::ScopeBegin: in processCFGElement()