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

/external/clang/lib/Sema/
H A DSemaCast.cpp401 *T2PtrType = T2->getAs<PointerType>(); local
402 if (T1PtrType && T2PtrType) {
404 T2 = T2PtrType->getPointeeType();
417 else if (T2PtrType) {
419 T2 = T2PtrType->getPointeeType();
/external/clang/lib/AST/
H A DASTContext.cpp3109 *T2PtrType = T2->getAs<PointerType>(); local
3110 if (T1PtrType && T2PtrType) {
3112 T2 = T2PtrType->getPointeeType();

Completed in 178 milliseconds