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

/external/clang/lib/Sema/
H A DSemaCast.cpp406 *T2PtrType = T2->getAs<PointerType>(); local
407 if (T1PtrType && T2PtrType) {
409 T2 = T2PtrType->getPointeeType();
422 else if (T2PtrType) {
424 T2 = T2PtrType->getPointeeType();
/external/clang/lib/AST/
H A DASTContext.cpp3963 *T2PtrType = T2->getAs<PointerType>(); local
3964 if (T1PtrType && T2PtrType) {
3966 T2 = T2PtrType->getPointeeType();

Completed in 397 milliseconds