Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp9811 BuiltinType::Kind T2Kind = BT2->getKind(); in IsSameCharType() local
9813 return (T1Kind == BuiltinType::SChar && T2Kind == BuiltinType::Char_S) || in IsSameCharType()
9814 (T1Kind == BuiltinType::UChar && T2Kind == BuiltinType::Char_U) || in IsSameCharType()
9815 (T1Kind == BuiltinType::Char_U && T2Kind == BuiltinType::UChar) || in IsSameCharType()
9816 (T1Kind == BuiltinType::Char_S && T2Kind == BuiltinType::SChar); in IsSameCharType()