Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h551 enum class ScopeKind { enum
559 ScopeKind Kind;
560 ScopeContext(Scope Context, ScopeKind Kind = ScopeKind::NoAttribute)
694 scopedBegin({Scope::Object, ScopeKind::NoAttribute}); in objectBegin()
704 scopedBegin({Scope::Array, ScopeKind::NoAttribute}); in arrayBegin()
817 ScopeKind Kind = ScopeKind::Attribute; in scopedBegin()
820 Kind = ScopeKind::NestedAttribute; in scopedBegin()
832 if (ScopeCtx.Kind == ScopeKind::Attribute || in scopedEnd()
833 ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()
835 if (ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h93 enum ScopeKind { SK_Local, SK_Record, SK_ForeachLoop, SK_MultiClass }; enum
96 ScopeKind Kind;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h104 enum ScopeKind { enum
113 ScopeKind Kind : 3;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp490 enum class ScopeKind { enum
626 ScopeKind Scope, LValue &LV);
650 ScopeKind Scope);
705 llvm::PointerIntPair<APValue*, 2, ScopeKind> Value;
711 ScopeKind Scope) in Cleanup()
716 bool isDestroyedAtEndOf(ScopeKind K) const { in isDestroyedAtEndOf()
1394 template<ScopeKind Kind>
1437 if (Kind != ScopeKind::Block) in cleanup()
1446 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;
1448 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;
[all …]