class Stmt::StmtExprBitfields
Declaration
class Stmt::StmtExprBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:603
Member Variables
- private unsigned int
- private unsigned int TemplateDepth
- The number of levels of template parameters enclosing this statement expression. Used to determine if a statement expression remains dependent after instantiation.