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

/external/clang/lib/Sema/
H A DSemaCast.cpp428 const PointerType *T1PtrType = T1->getAs<PointerType>(), local
430 if (T1PtrType && T2PtrType) {
431 T1 = T1PtrType->getPointeeType();
452 if (T1PtrType) {
454 T1 = T1PtrType->getPointeeType();
/external/clang/lib/AST/
H A DASTContext.cpp4254 const PointerType *T1PtrType = T1->getAs<PointerType>(), local
4256 if (T1PtrType && T2PtrType) {
4257 T1 = T1PtrType->getPointeeType();

Completed in 212 milliseconds