Searched refs:ScopeBegin (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordHelpers.cpp | 86 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/ |
D | SymbolRecordHelpers.cpp | 86 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/ |
D | ModuleDebugStream.cpp | 90 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/ |
D | ModuleDebugStream.cpp | 90 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/ |
D | SymbolRecordHelpers.h | 56 uint32_t ScopeBegin);
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecordHelpers.h | 57 uint32_t ScopeBegin);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 47 getSymbolArrayForScope(uint32_t ScopeBegin) const;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 47 getSymbolArrayForScope(uint32_t ScopeBegin) const;
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractVariable.cpp | 100 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/ |
D | CFG.h | 60 ScopeBegin, enumerator 319 : CFGElement(ScopeBegin, VD, S) {} in CFGScopeBegin() 335 return kind == ScopeBegin; in isKind()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Symbol.cpp | 365 ENUM_TO_CSTRING(ScopeBegin); in GetTypeAsString()
|
/external/llvm-project/clang/lib/Analysis/ |
D | PathDiagnostic.cpp | 568 case CFGElement::ScopeBegin: in getLocationForCaller()
|
D | CFG.cpp | 5008 case CFGElement::ScopeBegin: in getDestructorDecl() 5548 case CFGElement::Kind::ScopeBegin: in print_elem()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 657 case CFGElement::ScopeBegin: in processCFGElement()
|