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

/external/clang/lib/Sema/
H A DSemaType.cpp1051 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>(); local
1052 ObjCObjectPointerTL.setStarLoc(SourceLocation()); // implicit
1054 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc()
1126 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) {
1128 ObjCObjectPointerTL.setStarLoc(SourceLocation());
1129 ResultTL = ObjCObjectPointerTL.getPointeeLoc();

Completed in 60 milliseconds