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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1056 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>(); local
1057 ObjCObjectPointerTL.setStarLoc(SourceLocation()); // implicit
1059 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc()
1131 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) {
1133 ObjCObjectPointerTL.setStarLoc(SourceLocation());
1134 ResultTL = ObjCObjectPointerTL.getPointeeLoc();

Completed in 65 milliseconds