Searched refs:SuperType (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprObjC.cpp | 106 QualType SuperType, Selector Sel, in ObjCMessageExpr() argument 119 setReceiverPointer(SuperType.getAsOpaquePtr()); in ObjCMessageExpr() 172 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument 185 SuperType, Sel, SelLocs, SelLocsK, Method, in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1979 SourceLocation SuperLoc, QualType SuperType, bool Super) { in HandleExprPropertyRefExpr() argument 2008 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2025 SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2094 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2130 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr() 2167 QualType SuperType; in ActOnClassPropertyRefExpr() local 2174 SuperType = QualType(classDecl->getSuperClassType(), 0); in ActOnClassPropertyRefExpr() 2176 if (SuperType.isNull()) { in ActOnClassPropertyRefExpr() 2182 QualType T = Context.getObjCObjectPointerType(SuperType); in ActOnClassPropertyRefExpr() 2248 if (!SuperType.isNull()) in ActOnClassPropertyRefExpr() [all …]
|
| H A D | SemaCodeComplete.cpp | 2848 std::string SuperType; in AddOrdinaryNameResults() local 2849 SuperType = ID->getSuperClass()->getNameAsString(); in AddOrdinaryNameResults() 2851 SuperType += " *"; in AddOrdinaryNameResults() 2853 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()
|
| H A D | TreeTransform.h | 3859 QualType SuperType, in RebuildObjCMessageExpr() argument 3866 nullptr, SuperType, SuperLoc, Sel, Method, LBracLoc, in RebuildObjCMessageExpr() 3868 : SemaRef.ObjC().BuildClassMessage(nullptr, SuperType, SuperLoc, in RebuildObjCMessageExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 1016 QualType SuperType, 1134 QualType SuperType,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 643 QualType SuperType, bool Super);
|