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

/external/clang/lib/Sema/
H A DSemaCast.cpp580 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) {
581 SrcPointee = SrcPointer->getPointeeType();
901 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) {
902 QualType SrcPointee = SrcPointer->getPointeeType();
1056 const PointerType *SrcPointer = SrcType->getAs<PointerType>(); local
1057 if (!SrcPointer) {
1063 Self.Context.getCanonicalType(SrcPointer->getPointeeType()),

Completed in 27 milliseconds