Lines Matching refs:getNextBit

224   bool HasElse = CurrentUnpackingBits->getNextBit();  in VisitIfStmt()
225 bool HasVar = CurrentUnpackingBits->getNextBit(); in VisitIfStmt()
226 bool HasInit = CurrentUnpackingBits->getNextBit(); in VisitIfStmt()
603 E->DeclRefExprBits.HadMultipleCandidates = CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr()
605 CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr()
608 E->DeclRefExprBits.IsImmediateEscalating = CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr()
609 E->DeclRefExprBits.HasFoundDecl = CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr()
610 E->DeclRefExprBits.HasQualifier = CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr()
612 CurrentUnpackingBits->getNextBit(); in VisitDeclRefExpr()
721 bool hasFP_Features = CurrentUnpackingBits->getNextBit(); in VisitUnaryOperator()
727 E->setCanOverflow(CurrentUnpackingBits->getNextBit()); in VisitUnaryOperator()
1024 static_cast<CallExpr::ADLCallKind>(CurrentUnpackingBits->getNextBit())); in VisitCallExpr()
1025 bool HasFPFeatures = CurrentUnpackingBits->getNextBit(); in VisitCallExpr()
1045 bool HasQualifier = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr()
1046 bool HasFoundDecl = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr()
1047 bool HasTemplateInfo = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr()
1054 E->MemberExprBits.IsArrow = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr()
1058 E->MemberExprBits.HadMultipleCandidates = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr()
1108 unsigned HasFPFeatures = CurrentUnpackingBits->getNextBit(); in VisitCastExpr()
1129 bool hasFP_Features = CurrentUnpackingBits->getNextBit(); in VisitBinaryOperator()
1168 E->setIsPartOfExplicitCast(CurrentUnpackingBits->getNextBit()); in VisitImplicitCastExpr()
1794 if (CurrentUnpackingBits->getNextBit()) in VisitCXXNamedCastExpr()
1995 bool HasTemplateKWAndArgsInfo = CurrentUnpackingBits->getNextBit(); in VisitCXXDependentScopeMemberExpr()
1996 bool HasFirstQualifierFoundInScope = CurrentUnpackingBits->getNextBit(); in VisitCXXDependentScopeMemberExpr()
2013 CurrentUnpackingBits->getNextBit(); in VisitCXXDependentScopeMemberExpr()
2018 if (CurrentUnpackingBits->getNextBit()) in VisitCXXDependentScopeMemberExpr()
2035 if (CurrentUnpackingBits->getNextBit()) // HasTemplateKWAndArgsInfo in VisitDependentScopeDeclRefExpr()
2064 bool HasTemplateKWAndArgsInfo = CurrentUnpackingBits->getNextBit(); in VisitOverloadExpr()
2097 E->UnresolvedMemberExprBits.IsArrow = CurrentUnpackingBits->getNextBit(); in VisitUnresolvedMemberExpr()
2099 CurrentUnpackingBits->getNextBit(); in VisitUnresolvedMemberExpr()
2101 if (/*!isImplicitAccess=*/CurrentUnpackingBits->getNextBit()) in VisitUnresolvedMemberExpr()
2113 E->UnresolvedLookupExprBits.RequiresADL = CurrentUnpackingBits->getNextBit(); in VisitUnresolvedLookupExpr()
2201 E->AssociatedDeclAndRef.setInt(CurrentUnpackingBits->getNextBit()); in VisitSubstNonTypeTemplateParmExpr()
2203 if (CurrentUnpackingBits->getNextBit()) in VisitSubstNonTypeTemplateParmExpr()
2964 bool HasElse = IfStmtBits.getNextBit(); in ReadStmtFromStream()
2965 bool HasVar = IfStmtBits.getNextBit(); in ReadStmtFromStream()
2966 bool HasInit = IfStmtBits.getNextBit(); in ReadStmtFromStream()
3049 bool HasFoundDecl = DeclRefExprBits.getNextBit(); in ReadStmtFromStream()
3050 bool HasQualifier = DeclRefExprBits.getNextBit(); in ReadStmtFromStream()
3051 bool HasTemplateKWAndArgsInfo = DeclRefExprBits.getNextBit(); in ReadStmtFromStream()
3101 bool HasFPFeatures = UnaryOperatorBits.getNextBit(); in ReadStmtFromStream()
3142 auto HasFPFeatures = CallExprBits.getNextBit(); in ReadStmtFromStream()
3154 bool HasQualifier = ExprMemberBits.getNextBit(); in ReadStmtFromStream()
3155 bool HasFoundDecl = ExprMemberBits.getNextBit(); in ReadStmtFromStream()
3156 bool HasTemplateInfo = ExprMemberBits.getNextBit(); in ReadStmtFromStream()
3166 bool HasFPFeatures = BinaryOperatorBits.getNextBit(); in ReadStmtFromStream()
3174 bool HasFPFeatures = BinaryOperatorBits.getNextBit(); in ReadStmtFromStream()
3191 bool HasFPFeatures = CastExprBits.getNextBit(); in ReadStmtFromStream()
3200 bool HasFPFeatures = CastExprBits.getNextBit(); in ReadStmtFromStream()
3921 auto HasFPFeatures = CallExprBits.getNextBit(); in ReadStmtFromStream()
3931 auto HasFPFeatures = CallExprBits.getNextBit(); in ReadStmtFromStream()
3961 bool HasFPFeatures = CastExprBits.getNextBit(); in ReadStmtFromStream()
3990 bool HasFPFeatures = CastExprBits.getNextBit(); in ReadStmtFromStream()
4008 auto HasFPFeatures = CallExprBits.getNextBit(); in ReadStmtFromStream()
4102 bool HasTemplateKWAndArgsInfo = DependentScopeMemberBits.getNextBit(); in ReadStmtFromStream()
4105 DependentScopeMemberBits.getNextBit(); in ReadStmtFromStream()
4116 bool HasTemplateKWAndArgsInfo = DependentScopeDeclRefBits.getNextBit(); in ReadStmtFromStream()
4134 auto HasTemplateKWAndArgsInfo = OverloadExprBits.getNextBit(); in ReadStmtFromStream()
4146 auto HasTemplateKWAndArgsInfo = OverloadExprBits.getNextBit(); in ReadStmtFromStream()
4222 auto HasFPFeatures = CallExprBits.getNextBit(); in ReadStmtFromStream()