Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp7320 const BuiltinType *BT1 = T1->getAs<BuiltinType>(); in IsSameCharType() local
7321 if (!BT1) in IsSameCharType()
7328 BuiltinType::Kind T1Kind = BT1->getKind(); in IsSameCharType()