class Stmt::UnresolvedLookupExprBitfields
Declaration
class Stmt::UnresolvedLookupExprBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:882
Member Variables
- private unsigned int
- private unsigned int RequiresADL
- True if these lookup results should be extended by argument-dependent lookup if this is the operand of a function call.
- private unsigned int Overloaded
- True if these lookup results are overloaded. This is pretty trivially rederivable if we urgently need to kill this field.