Searched refs:CurrentUnpackingBits (Results 1 – 1 of 1) sorted by relevance
76 std::optional<BitsUnpacker> CurrentUnpackingBits; member in clang::ASTStmtReader222 CurrentUnpackingBits.emplace(Record.readInt()); in VisitIfStmt()224 bool HasElse = CurrentUnpackingBits->getNextBit(); in VisitIfStmt()225 bool HasVar = CurrentUnpackingBits->getNextBit(); in VisitIfStmt()226 bool HasInit = CurrentUnpackingBits->getNextBit(); in VisitIfStmt()533 CurrentUnpackingBits.emplace(Record.readInt()); in VisitExpr()535 CurrentUnpackingBits->getNextBits(/*Width=*/5))); in VisitExpr()537 CurrentUnpackingBits->getNextBits(/*Width=*/2))); in VisitExpr()539 CurrentUnpackingBits->getNextBits(/*Width=*/3))); in VisitExpr()602 CurrentUnpackingBits.emplace(Record.readInt()); in VisitDeclRefExpr()[all …]