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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp109 QualType SuperType, Selector Sel,
122 setReceiverPointer(SuperType.getAsOpaquePtr());
177 bool IsInstanceSuper, QualType SuperType, Selector Sel,
190 SuperType, Sel, SelLocs, SelLocsK, Method,
106 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
175 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1968 SourceLocation SuperLoc, QualType SuperType,
1996 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType);
2013 SuperLoc, SuperType);
2083 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType);
2117 SuperLoc, SuperType, Super);
2156 QualType SuperType; local
2163 SuperType = QualType(classDecl->getSuperClassType(), 0);
2165 if (SuperType.isNull()) {
2171 QualType T = Context.getObjCObjectPointerType(SuperType);
2236 if (!SuperType
1964 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, DeclarationName MemberName, SourceLocation MemberLoc, SourceLocation SuperLoc, QualType SuperType, bool Super) argument
[all...]
H A DSemaCodeComplete.cpp2562 std::string SuperType; local
2563 SuperType = ID->getSuperClass()->getNameAsString();
2565 SuperType += " *";
2567 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType));
H A DTreeTransform.h3386 QualType SuperType,
3392 SuperType,
3397 SuperType,
3383 RebuildObjCMessageExpr(SourceLocation SuperLoc, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, QualType SuperType, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h997 QualType SuperType,
1130 QualType SuperType,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9431 SourceLocation SuperLoc, QualType SuperType,

Completed in 310 milliseconds