Home | History | Annotate | Download | only in AST

Lines Matching refs:ExprBits

313   ExprBits.TypeDependent |= TypeDependent;
314 ExprBits.ValueDependent |= ValueDependent;
315 ExprBits.InstantiationDependent |= InstantiationDependent;
319 ExprBits.ContainsUnexpandedParameterPack = true;
337 ExprBits.InstantiationDependent = true;
339 ExprBits.ContainsUnexpandedParameterPack = true;
357 ExprBits.InstantiationDependent |= InstantiationDependent;
358 ExprBits.ContainsUnexpandedParameterPack |= ContainsUnexpandedParameterPack;
1166 ExprBits.TypeDependent = true;
1168 ExprBits.ValueDependent = true;
1170 ExprBits.InstantiationDependent = true;
1172 ExprBits.ContainsUnexpandedParameterPack = true;
1362 ExprBits.ValueDependent = true;
1364 ExprBits.ContainsUnexpandedParameterPack = true;
1929 ExprBits.TypeDependent = true;
1931 ExprBits.ValueDependent = true;
1933 ExprBits.InstantiationDependent = true;
1935 ExprBits.ContainsUnexpandedParameterPack = true;
3577 ExprBits.TypeDependent = true;
3579 ExprBits.ValueDependent = true;
3581 ExprBits.InstantiationDependent = true;
3583 ExprBits.ContainsUnexpandedParameterPack = true;
3690 ExprBits.TypeDependent = ExprBits.ValueDependent = true;
3692 ExprBits.InstantiationDependent = true;
3695 ExprBits.ContainsUnexpandedParameterPack = true;
3705 ExprBits.TypeDependent = ExprBits.ValueDependent = true;
3706 ExprBits.InstantiationDependent = true;
3709 ExprBits.InstantiationDependent = true;
3715 ExprBits.ContainsUnexpandedParameterPack = true;
3858 ExprBits.TypeDependent = true;
3860 ExprBits.ValueDependent = true;
3862 ExprBits.InstantiationDependent = true;
3864 ExprBits.ContainsUnexpandedParameterPack = true;
3933 ExprBits.TypeDependent = true;
3935 ExprBits.ValueDependent = true;
3937 ExprBits.InstantiationDependent = true;
3939 ExprBits.ContainsUnexpandedParameterPack = true;
3975 ExprBits.TypeDependent = true;
3977 ExprBits.ValueDependent = true;
3979 ExprBits.InstantiationDependent = true;
3981 ExprBits.ContainsUnexpandedParameterPack = true;