Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h100 enum ScopeKind { enum
109 ScopeKind Kind : 3;
/netbsd-src/external/apache2/llvm/dist/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()
1091 ScopeKind::FullExpression); in performLifetimeExtension()
1342 template<ScopeKind Kind>
1385 if (Kind != ScopeKind::Block) in cleanup()
1394 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;
[all …]