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

/external/clang/lib/Sema/
H A DSemaCast.cpp401 const PointerType *T1PtrType = T1->getAs<PointerType>(), local
403 if (T1PtrType && T2PtrType) {
404 T1 = T1PtrType->getPointeeType();
425 if (T1PtrType) {
427 T1 = T1PtrType->getPointeeType();
/external/clang/lib/AST/
H A DASTContext.cpp3546 const PointerType *T1PtrType = T1->getAs<PointerType>(), local
3548 if (T1PtrType && T2PtrType) {
3549 T1 = T1PtrType->getPointeeType();

Completed in 1416 milliseconds