Searched refs:ScopeKind (Results 1 – 3 of 3) sorted by relevance
521 enum class ScopeKind { enum529 ScopeKind Kind;530 ScopeContext(Scope Context, ScopeKind Kind = ScopeKind::NoAttribute)644 scopedBegin({Scope::Object, ScopeKind::NoAttribute}); in objectBegin()654 scopedBegin({Scope::Array, ScopeKind::NoAttribute}); in arrayBegin()767 ScopeKind Kind = ScopeKind::Attribute; in scopedBegin()770 Kind = ScopeKind::NestedAttribute; in scopedBegin()782 if (ScopeCtx.Kind == ScopeKind::Attribute || in scopedEnd()783 ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()785 if (ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()
104 enum ScopeKind { enum113 ScopeKind Kind : 3;
487 enum class ScopeKind { enum625 ScopeKind Scope, LValue &LV);645 ScopeKind Scope);674 llvm::PointerIntPair<APValue*, 2, ScopeKind> Value;680 ScopeKind Scope) in Cleanup()685 bool isDestroyedAtEndOf(ScopeKind K) const { in isDestroyedAtEndOf()1338 template<ScopeKind Kind>1381 if (Kind != ScopeKind::Block) in cleanup()1390 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;1392 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;[all …]