Home | History | Annotate | Download | only in AST

Lines Matching refs:IsBoolean

311   void mangleIntegerLiteral(const llvm::APSInt &Number, bool IsBoolean);
1108 bool IsBoolean) {
1112 if (IsBoolean && Value.getBoolValue())
1245 mangleIntegerLiteral(llvm::APSInt::get(-1), /*IsBoolean=*/false);
1250 mangleIntegerLiteral(llvm::APSInt::getUnsigned(0), /*IsBoolean=*/false);