Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13998 const BuiltinType *BT2 = T2->getAs<BuiltinType>(); in IsSameCharType() local
13999 if (!BT2) in IsSameCharType()
14003 BuiltinType::Kind T2Kind = BT2->getKind(); in IsSameCharType()