Searched refs:T1PtrType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp427 const PointerType *T1PtrType = T1->getAs<PointerType>(), local
429 if (T1PtrType && T2PtrType) {
430 T1 = T1PtrType->getPointeeType();
451 if (T1PtrType) {
453 T1 = T1PtrType->getPointeeType();
/external/clang/lib/AST/
H A DASTContext.cpp4200 const PointerType *T1PtrType = T1->getAs<PointerType>(), local
4202 if (T1PtrType && T2PtrType) {
4203 T1 = T1PtrType->getPointeeType();

Completed in 154 milliseconds