Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h531 enum class ScopeKind { enum
539 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()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h104 enum ScopeKind { enum
113 ScopeKind Kind : 3;
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp487 enum class ScopeKind { enum
620 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 …]