Home
last modified time | relevance | path

Searched refs:ScopeKind (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DScopedPrinter.h521 enum class ScopeKind { enum
529 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()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h104 enum ScopeKind { enum
113 ScopeKind Kind : 3;
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp487 enum class ScopeKind { enum
625 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 …]