clang 22.0.0git
clang::interp::Scope Class Referencefinal

Describes a scope block. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Function.h"

Classes

struct  Local
 Information about a local's storage. More...

Public Types

using LocalVectorTy = llvm::SmallVector<Local, 8>

Public Member Functions

 Scope (LocalVectorTy &&Descriptors)
llvm::iterator_range< LocalVectorTy::const_iterator > locals () const
llvm::iterator_range< LocalVectorTy::const_reverse_iterator > locals_reverse () const

Detailed Description

Describes a scope block.

The block gathers all the descriptors of the locals defined in this block.

Definition at line 36 of file Function.h.

Member Typedef Documentation

◆ LocalVectorTy

Definition at line 46 of file Function.h.

Constructor & Destructor Documentation

◆ Scope()

clang::interp::Scope::Scope ( LocalVectorTy && Descriptors)
inline

Definition at line 48 of file Function.h.

Member Function Documentation

◆ locals()

llvm::iterator_range< LocalVectorTy::const_iterator > clang::interp::Scope::locals ( ) const
inline

◆ locals_reverse()

llvm::iterator_range< LocalVectorTy::const_reverse_iterator > clang::interp::Scope::locals_reverse ( ) const
inline

Definition at line 55 of file Function.h.

Referenced by clang::interp::Destroy().


The documentation for this class was generated from the following file: