Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp10832 BuiltinType::Kind T2Kind = BT2->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()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp15543 BuiltinType::Kind T2Kind = BT2->getKind(); in IsSameCharType() local
15545 return (T1Kind == BuiltinType::SChar && T2Kind == BuiltinType::Char_S) || in IsSameCharType()
15546 (T1Kind == BuiltinType::UChar && T2Kind == BuiltinType::Char_U) || in IsSameCharType()
15547 (T1Kind == BuiltinType::Char_U && T2Kind == BuiltinType::UChar) || in IsSameCharType()
15548 (T1Kind == BuiltinType::Char_S && T2Kind == BuiltinType::SChar); in IsSameCharType()