Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14002 BuiltinType::Kind T1Kind = BT1->getKind(); in IsSameCharType() local
14005 return (T1Kind == BuiltinType::SChar && T2Kind == BuiltinType::Char_S) || in IsSameCharType()
14006 (T1Kind == BuiltinType::UChar && T2Kind == BuiltinType::Char_U) || in IsSameCharType()
14007 (T1Kind == BuiltinType::Char_U && T2Kind == BuiltinType::UChar) || in IsSameCharType()
14008 (T1Kind == BuiltinType::Char_S && T2Kind == BuiltinType::SChar); in IsSameCharType()