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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp428 *T2PtrType = T2->getAs<PointerType>(); local
429 if (T1PtrType && T2PtrType) {
431 T2 = T2PtrType->getPointeeType();
444 else if (T2PtrType) {
446 T2 = T2PtrType->getPointeeType();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4242 *T2PtrType = T2->getAs<PointerType>(); local
4243 if (T1PtrType && T2PtrType) {
4245 T2 = T2PtrType->getPointeeType();

Completed in 76 milliseconds