Home | History | Annotate | Download | only in Sema

Lines Matching refs:kw_true

483   assert((Kind == tok::kw_true || Kind == tok::kw_false) &&
485 return Owned(new (Context) CXXBoolLiteralExpr(Kind == tok::kw_true,