Home
last modified time | relevance | path

Searched refs:T1Kind (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp14790 BuiltinType::Kind T1Kind = BT1->getKind(); in IsSameCharType() local
14793 return (T1Kind == BuiltinType::SChar && T2Kind == BuiltinType::Char_S) || in IsSameCharType()
14794 (T1Kind == BuiltinType::UChar && T2Kind == BuiltinType::Char_U) || in IsSameCharType()
14795 (T1Kind == BuiltinType::Char_U && T2Kind == BuiltinType::UChar) || in IsSameCharType()
14796 (T1Kind == BuiltinType::Char_S && T2Kind == BuiltinType::SChar); in IsSameCharType()