Searched refs:CurrentUnpackingBits (Results 1 – 1 of 1) sorted by relevance
72 std::optional<BitsUnpacker> CurrentUnpackingBits; member in clang::ASTStmtReader218 CurrentUnpackingBits.emplace(Record.readInt()); in VisitIfStmt()220 bool HasElse = CurrentUnpackingBits->getNextBit(); in VisitIfStmt()221 bool HasVar = CurrentUnpackingBits->getNextBit(); in VisitIfStmt()222 bool HasInit = CurrentUnpackingBits->getNextBit(); in VisitIfStmt()535 CurrentUnpackingBits.emplace(Record.readInt()); in VisitExpr()537 CurrentUnpackingBits->getNextBits(/*Width=*/5))); in VisitExpr()539 CurrentUnpackingBits->getNextBits(/*Width=*/2))); in VisitExpr()541 CurrentUnpackingBits->getNextBits(/*Width=*/3))); in VisitExpr()609 CurrentUnpackingBits.emplace(Record.readInt()); in VisitDeclRefExpr()[all …]