class Stmt::OverloadExprBitfields
Declaration
class Stmt::OverloadExprBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:862
Member Variables
- private unsigned int
- private unsigned int HasTemplateKWAndArgsInfo
- Whether the name includes info for explicit template keyword and arguments.
- private unsigned int
- Padding used by the derived classes to store various bits. If you need to add some data here, shrink this padding and add your data above. NumOverloadExprBits also needs to be updated.
- private unsigned int NumResults
- The number of results.