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

/external/clang/lib/Sema/
H A DSemaCast.cpp405 const PointerType *T1PtrType = T1->getAs<PointerType>(), local
407 if (T1PtrType && T2PtrType) {
408 T1 = T1PtrType->getPointeeType();
429 if (T1PtrType) {
431 T1 = T1PtrType->getPointeeType();
/external/clang/lib/AST/
H A DASTContext.cpp3962 const PointerType *T1PtrType = T1->getAs<PointerType>(), local
3964 if (T1PtrType && T2PtrType) {
3965 T1 = T1PtrType->getPointeeType();

Completed in 557 milliseconds