Searched refs:SuperType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 109 QualType SuperType, Selector Sel, in ObjCMessageExpr() argument 122 setReceiverPointer(SuperType.getAsOpaquePtr()); in ObjCMessageExpr() 177 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument 190 SuperType, Sel, SelLocs, SelLocsK, Method, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1992 SourceLocation SuperLoc, QualType SuperType, bool Super) { in HandleExprPropertyRefExpr() argument 2020 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2037 SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2106 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2141 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr() 2178 QualType SuperType; in ActOnClassPropertyRefExpr() local 2185 SuperType = QualType(classDecl->getSuperClassType(), 0); in ActOnClassPropertyRefExpr() 2187 if (SuperType.isNull()) { in ActOnClassPropertyRefExpr() 2193 QualType T = Context.getObjCObjectPointerType(SuperType); in ActOnClassPropertyRefExpr() 2259 if (!SuperType.isNull()) in ActOnClassPropertyRefExpr() [all …]
|
H A D | SemaCodeComplete.cpp | 2718 std::string SuperType; in AddOrdinaryNameResults() local 2719 SuperType = ID->getSuperClass()->getNameAsString(); in AddOrdinaryNameResults() 2721 SuperType += " *"; in AddOrdinaryNameResults() 2723 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()
|
H A D | TreeTransform.h | 3809 QualType SuperType, in RebuildObjCMessageExpr() argument 3816 nullptr, SuperType, SuperLoc, Sel, Method, LBracLoc, in RebuildObjCMessageExpr() 3818 : SemaRef.ObjC().BuildClassMessage(nullptr, SuperType, SuperLoc, in RebuildObjCMessageExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 651 QualType SuperType, bool Super);
|