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()
1019 static_cast<CallExpr::ADLCallKind>(CurrentUnpackingBits->getNextBit())); in VisitCallExpr()
1020 bool HasFPFeatures = CurrentUnpackingBits->getNextBit(); in VisitCallExpr()
1040 bool HasQualifier = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr()
1041 bool HasFoundDecl = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr()
1042 bool HasTemplateInfo = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr()
1049 E->MemberExprBits.IsArrow = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr()
1052 E->MemberExprBits.HadMultipleCandidates = CurrentUnpackingBits->getNextBit(); in VisitMemberExpr()
1111 unsigned HasFPFeatures = CurrentUnpackingBits->getNextBit(); in VisitCastExpr()
1132 bool hasFP_Features = CurrentUnpackingBits->getNextBit(); in VisitBinaryOperator()
1171 E->setIsPartOfExplicitCast(CurrentUnpackingBits->getNextBit()); in VisitImplicitCastExpr()
1787 if (CurrentUnpackingBits->getNextBit()) in VisitCXXNamedCastExpr()
1987 bool HasTemplateKWAndArgsInfo = CurrentUnpackingBits->getNextBit(); in VisitCXXDependentScopeMemberExpr()
1988 bool HasFirstQualifierFoundInScope = CurrentUnpackingBits->getNextBit(); in VisitCXXDependentScopeMemberExpr()
2005 CurrentUnpackingBits->getNextBit(); in VisitCXXDependentScopeMemberExpr()
2010 if (CurrentUnpackingBits->getNextBit()) in VisitCXXDependentScopeMemberExpr()
2027 if (CurrentUnpackingBits->getNextBit()) // HasTemplateKWAndArgsInfo in VisitDependentScopeDeclRefExpr()
2056 bool HasTemplateKWAndArgsInfo = CurrentUnpackingBits->getNextBit(); in VisitOverloadExpr()
2089 E->UnresolvedMemberExprBits.IsArrow = CurrentUnpackingBits->getNextBit(); in VisitUnresolvedMemberExpr()
2091 CurrentUnpackingBits->getNextBit(); in VisitUnresolvedMemberExpr()
2093 if (/*!isImplicitAccess=*/CurrentUnpackingBits->getNextBit()) in VisitUnresolvedMemberExpr()
2105 E->UnresolvedLookupExprBits.RequiresADL = CurrentUnpackingBits->getNextBit(); in VisitUnresolvedLookupExpr()
2106 E->UnresolvedLookupExprBits.Overloaded = CurrentUnpackingBits->getNextBit(); in VisitUnresolvedLookupExpr()
2181 E->AssociatedDeclAndRef.setInt(CurrentUnpackingBits->getNextBit()); in VisitSubstNonTypeTemplateParmExpr()
2183 if (CurrentUnpackingBits->getNextBit()) in VisitSubstNonTypeTemplateParmExpr()
2907 bool HasElse = IfStmtBits.getNextBit(); in ReadStmtFromStream()
2908 bool HasVar = IfStmtBits.getNextBit(); in ReadStmtFromStream()
2909 bool HasInit = IfStmtBits.getNextBit(); in ReadStmtFromStream()
2992 bool HasFoundDecl = DeclRefExprBits.getNextBit(); in ReadStmtFromStream()
2993 bool HasQualifier = DeclRefExprBits.getNextBit(); in ReadStmtFromStream()
2994 bool HasTemplateKWAndArgsInfo = DeclRefExprBits.getNextBit(); in ReadStmtFromStream()
3044 bool HasFPFeatures = UnaryOperatorBits.getNextBit(); in ReadStmtFromStream()
3085 auto HasFPFeatures = CallExprBits.getNextBit(); in ReadStmtFromStream()
3097 bool HasQualifier = ExprMemberBits.getNextBit(); in ReadStmtFromStream()
3098 bool HasFoundDecl = ExprMemberBits.getNextBit(); in ReadStmtFromStream()
3099 bool HasTemplateInfo = ExprMemberBits.getNextBit(); in ReadStmtFromStream()
3109 bool HasFPFeatures = BinaryOperatorBits.getNextBit(); in ReadStmtFromStream()
3117 bool HasFPFeatures = BinaryOperatorBits.getNextBit(); in ReadStmtFromStream()
3134 bool HasFPFeatures = CastExprBits.getNextBit(); in ReadStmtFromStream()
3143 bool HasFPFeatures = CastExprBits.getNextBit(); in ReadStmtFromStream()
3844 auto HasFPFeatures = CallExprBits.getNextBit(); in ReadStmtFromStream()
3854 auto HasFPFeatures = CallExprBits.getNextBit(); in ReadStmtFromStream()
3884 bool HasFPFeatures = CastExprBits.getNextBit(); in ReadStmtFromStream()
3913 bool HasFPFeatures = CastExprBits.getNextBit(); in ReadStmtFromStream()
3931 auto HasFPFeatures = CallExprBits.getNextBit(); in ReadStmtFromStream()
4025 bool HasTemplateKWAndArgsInfo = DependentScopeMemberBits.getNextBit(); in ReadStmtFromStream()
4028 DependentScopeMemberBits.getNextBit(); in ReadStmtFromStream()
4039 bool HasTemplateKWAndArgsInfo = DependentScopeDeclRefBits.getNextBit(); in ReadStmtFromStream()
4057 auto HasTemplateKWAndArgsInfo = OverloadExprBits.getNextBit(); in ReadStmtFromStream()
4069 auto HasTemplateKWAndArgsInfo = OverloadExprBits.getNextBit(); in ReadStmtFromStream()
4139 auto HasFPFeatures = CallExprBits.getNextBit(); in ReadStmtFromStream()