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

/external/clang/lib/Sema/
H A DSemaType.cpp1049 TypeLoc ResultTL = ResultTInfo->getTypeLoc(); local
1051 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>();
1122 TypeLoc ResultTL = ResultTInfo->getTypeLoc(); local
1126 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) {
1129 ResultTL = ObjCObjectPointerTL.getPointeeLoc();
1132 auto ObjCObjectTL = ResultTL.castAs<ObjCObjectTypeLoc>();

Completed in 86 milliseconds