Searched defs:addBit (Results 1 – 2 of 2) sorted by relevance
1022 void addBit(bool Value) { addBits(Value, 1); } in addBit() function
60 void addBit(bool Value) { in addBit() function in clang::ASTStmtWriter::PakedBitsWriter