Searched refs:NumExprBits (Results 1 – 2 of 2) sorted by relevance
366 enum { NumExprBits = NumStmtBits + 5 + llvm::BitWidth<ExprDependence> };374 unsigned : NumExprBits;410 unsigned : NumExprBits;434 unsigned : NumExprBits;462 unsigned : NumExprBits;478 unsigned : NumExprBits;502 unsigned : NumExprBits;512 unsigned : NumExprBits;532 unsigned : NumExprBits;545 unsigned : NumExprBits;[all …]
112 static const unsigned NumExprBits = 10; member in clang::ASTStmtReader3227 UnaryOperatorBits.advance(ASTStmtReader::NumExprBits); in ReadStmtFromStream()3404 ConvertVectorExprBits.advance(ASTStmtReader::NumExprBits); in ReadStmtFromStream()4258 DependentScopeDeclRefBits.advance(ASTStmtReader::NumExprBits); in ReadStmtFromStream()