Home
last modified time | relevance | path

Searched refs:SuperType (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp109 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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1980 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() argument
2008 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr()
2025 SuperLoc, SuperType); in HandleExprPropertyRefExpr()
2095 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr()
2129 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr()
2168 QualType SuperType; in ActOnClassPropertyRefExpr() local
2175 SuperType = QualType(classDecl->getSuperClassType(), 0); in ActOnClassPropertyRefExpr()
2177 if (SuperType.isNull()) { in ActOnClassPropertyRefExpr()
2183 QualType T = Context.getObjCObjectPointerType(SuperType); in ActOnClassPropertyRefExpr()
2248 if (!SuperType.isNull()) in ActOnClassPropertyRefExpr()
[all …]
H A DSemaCodeComplete.cpp2711 std::string SuperType; in AddOrdinaryNameResults() local
2712 SuperType = ID->getSuperClass()->getNameAsString(); in AddOrdinaryNameResults()
2714 SuperType += " *"; in AddOrdinaryNameResults()
2716 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()
H A DTreeTransform.h3749 QualType SuperType, in RebuildObjCMessageExpr() argument
3755 SuperType, in RebuildObjCMessageExpr()
3760 SuperType, in RebuildObjCMessageExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1022 QualType SuperType,
1140 QualType SuperType,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10743 SourceLocation SuperLoc, QualType SuperType,