Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp106 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 DSemaExprObjC.cpp1979 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 DSemaCodeComplete.cpp2848 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 DTreeTransform.h3859 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 DExprObjC.h1016 QualType SuperType,
1134 QualType SuperType,
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h643 QualType SuperType, bool Super);