Searched refs:ScopeBegin (Results 1 – 10 of 10) sorted by relevance
86 uint32_t ScopeBegin) { in limitSymbolArrayToScope() argument87 CVSymbol Opener = *Symbols.at(ScopeBegin); in limitSymbolArrayToScope()92 return Symbols.substream(ScopeBegin, EndOffset); in limitSymbolArrayToScope()
91 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()92 return limitSymbolArrayToScope(SymbolArray, ScopeBegin); in getSymbolArrayForScope()
57 uint32_t ScopeBegin);
50 getSymbolArrayForScope(uint32_t ScopeBegin) const;
131 SourceLocation ScopeBegin = Scope->getBeginLoc(); in exprIsValidOutside() local134 if (SM.isPointWithin(ReferencedDecl->getBeginLoc(), ScopeBegin, ScopeEnd) && in exprIsValidOutside()135 SM.isPointWithin(ReferencedDecl->getEndLoc(), ScopeBegin, ScopeEnd)) in exprIsValidOutside()
60 ScopeBegin, enumerator320 : CFGElement(ScopeBegin, VD, S) {} in CFGScopeBegin()336 return kind == ScopeBegin; in isKind()
367 ENUM_TO_CSTRING(ScopeBegin); in GetTypeAsString()
568 case CFGElement::ScopeBegin: in getLocationForCaller()
5233 case CFGElement::ScopeBegin: in getDestructorDecl()5775 case CFGElement::Kind::ScopeBegin: in print_elem()
826 case CFGElement::ScopeBegin: in processCFGElement()