Searched refs:ScopeKind (Results 1 – 3 of 3) sorted by relevance
531 enum class ScopeKind { enum539 ScopeKind Kind;540 ScopeContext(Scope Context, ScopeKind Kind = ScopeKind::NoAttribute)654 scopedBegin({Scope::Object, ScopeKind::NoAttribute}); in objectBegin()664 scopedBegin({Scope::Array, ScopeKind::NoAttribute}); in arrayBegin()777 ScopeKind Kind = ScopeKind::Attribute; in scopedBegin()780 Kind = ScopeKind::NestedAttribute; in scopedBegin()792 if (ScopeCtx.Kind == ScopeKind::Attribute || in scopedEnd()793 ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()795 if (ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()
104 enum ScopeKind { enum113 ScopeKind Kind : 3;
487 enum class ScopeKind { enum620 ScopeKind Scope, LValue &LV);640 ScopeKind Scope);682 llvm::PointerIntPair<APValue*, 2, ScopeKind> Value;688 ScopeKind Scope) in Cleanup()693 bool isDestroyedAtEndOf(ScopeKind K) const { in isDestroyedAtEndOf()1341 template<ScopeKind Kind>1384 if (Kind != ScopeKind::Block) in cleanup()1393 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;1395 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;[all …]