Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
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-12-stable/contrib/llvm-project/clang/lib/Sema/
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 …]
DSemaCodeComplete.cpp2614 std::string SuperType; in AddOrdinaryNameResults() local
2615 SuperType = ID->getSuperClass()->getNameAsString(); in AddOrdinaryNameResults()
2617 SuperType += " *"; in AddOrdinaryNameResults()
2619 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()
DTreeTransform.h3507 QualType SuperType, in RebuildObjCMessageExpr() argument
3513 SuperType, in RebuildObjCMessageExpr()
3518 SuperType, in RebuildObjCMessageExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprObjC.h997 QualType SuperType,
1130 QualType SuperType,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h9779 SourceLocation SuperLoc, QualType SuperType,