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

/external/clang/lib/Sema/
H A DSemaType.cpp1103 TypeLoc ResultTL = ResultTInfo->getTypeLoc(); local
1105 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>();
1176 TypeLoc ResultTL = ResultTInfo->getTypeLoc(); local
1180 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) {
1183 ResultTL = ObjCObjectPointerTL.getPointeeLoc();
1186 auto ObjCObjectTL = ResultTL.castAs<ObjCObjectTypeLoc>();

Completed in 60 milliseconds