Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp10831 BuiltinType::Kind T1Kind = BT1->getKind(); in IsSameCharType() local
10834 return (T1Kind == BuiltinType::SChar && T2Kind == BuiltinType::Char_S) || in IsSameCharType()
10835 (T1Kind == BuiltinType::UChar && T2Kind == BuiltinType::Char_U) || in IsSameCharType()
10836 (T1Kind == BuiltinType::Char_U && T2Kind == BuiltinType::UChar) || in IsSameCharType()
10837 (T1Kind == BuiltinType::Char_S && T2Kind == BuiltinType::SChar); in IsSameCharType()