Home | History | Annotate | Download | only in AST

Lines Matching defs:bk

539     BuiltinType::Kind bk = getTypePtr()->getKind();
540 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)
541 || (bk >= BuiltinType::Short && bk <= BuiltinType::LongDouble)
542 || bk == BuiltinType::UChar
543 || bk == BuiltinType::SChar;