HomeSort by: relevance | last modified time | path
    Searched defs:ScopeKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 100 enum ScopeKind {
109 ScopeKind Kind : 3;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 487 enum class ScopeKind {
625 ScopeKind Scope, LValue &LV);
645 ScopeKind Scope);
674 llvm::PointerIntPair<APValue*, 2, ScopeKind> Value;
680 ScopeKind Scope)
685 bool isDestroyedAtEndOf(ScopeKind K) const {
1091 ScopeKind::FullExpression);
1342 template<ScopeKind Kind>
1385 if (Kind != ScopeKind::Block)
1394 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII
    [all...]

Completed in 26 milliseconds