Lines Matching refs:ExprBits
88 ExprBits.InstantiationDependent = true; in CXXNewExpr()
91 ExprBits.ContainsUnexpandedParameterPack = true; in CXXNewExpr()
98 ExprBits.InstantiationDependent = true; in CXXNewExpr()
101 ExprBits.ContainsUnexpandedParameterPack = true; in CXXNewExpr()
108 ExprBits.InstantiationDependent = true; in CXXNewExpr()
110 ExprBits.ContainsUnexpandedParameterPack = true; in CXXNewExpr()
281 ExprBits.TypeDependent = true; in OverloadExpr()
282 ExprBits.ValueDependent = true; in OverloadExpr()
283 ExprBits.InstantiationDependent = true; in OverloadExpr()
305 ExprBits.TypeDependent = true; in OverloadExpr()
306 ExprBits.ValueDependent = true; in OverloadExpr()
309 ExprBits.InstantiationDependent = true; in OverloadExpr()
311 ExprBits.ContainsUnexpandedParameterPack = true; in OverloadExpr()
363 = ExprBits.ContainsUnexpandedParameterPack; in DependentScopeDeclRefExpr()
367 ExprBits.ContainsUnexpandedParameterPack = ContainsUnexpandedParameterPack; in DependentScopeDeclRefExpr()
800 ExprBits.ValueDependent = true; in CXXConstructExpr()
802 ExprBits.InstantiationDependent = true; in CXXConstructExpr()
804 ExprBits.ContainsUnexpandedParameterPack = true; in CXXConstructExpr()
1081 ExprBits.ContainsUnexpandedParameterPack = true; in CXXUnresolvedConstructExpr()
1135 ExprBits.ContainsUnexpandedParameterPack = true; in CXXDependentScopeMemberExpr()