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

/external/clang/lib/Sema/
H A DSemaCast.cpp402 *T2PtrType = T2->getAs<PointerType>(); local
403 if (T1PtrType && T2PtrType) {
405 T2 = T2PtrType->getPointeeType();
418 else if (T2PtrType) {
420 T2 = T2PtrType->getPointeeType();
/external/clang/lib/AST/
H A DASTContext.cpp3547 *T2PtrType = T2->getAs<PointerType>(); local
3548 if (T1PtrType && T2PtrType) {
3550 T2 = T2PtrType->getPointeeType();

Completed in 70 milliseconds