Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp9231 const BuiltinType *BT1 = T1->getAs<BuiltinType>(); in IsSameCharType() local
9232 if (!BT1) in IsSameCharType()
9239 BuiltinType::Kind T1Kind = BT1->getKind(); in IsSameCharType()