Home
last modified time | relevance | path

Searched defs:SuperLoc (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/lib/AST/
H A DExprObjC.cpp108 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) ObjCMessageExpr() argument
176 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) Create() argument
H A DNestedNameSpecifier.cpp622 MakeSuper(ASTContext & Context,CXXRecordDecl * RD,SourceLocation SuperLoc,SourceLocation ColonColonLoc) MakeSuper() argument
/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp392 SourceLocation SuperLoc) { in handleReferencedProtocols() argument
410 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl() local
/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp286 ActOnSuperScopeSpecifier(SourceLocation SuperLoc,SourceLocation ColonColonLoc,CXXScopeSpec & SS) ActOnSuperScopeSpecifier() argument
H A DSemaExprObjC.cpp1992 HandleExprPropertyRefExpr(const ObjCObjectPointerType * OPT,Expr * BaseExpr,SourceLocation OpLoc,DeclarationName MemberName,SourceLocation MemberLoc,SourceLocation SuperLoc,QualType SuperType,bool Super) HandleExprPropertyRefExpr() argument
2392 ActOnSuperMessage(Scope * S,SourceLocation SuperLoc,Selector Sel,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg Args) ActOnSuperMessage() argument
2620 BuildClassMessage(TypeSourceInfo * ReceiverTypeInfo,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildClassMessage() argument
2844 BuildInstanceMessage(Expr * Receiver,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildInstanceMessage() argument
[all...]
H A DSemaExceptionSpec.cpp761 CheckExceptionSpecSubset(const PartialDiagnostic & DiagID,const PartialDiagnostic & NestedDiagID,const PartialDiagnostic & NoteID,const PartialDiagnostic & NoThrowDiagID,const FunctionProtoType * Superset,bool SkipSupersetFirstParameter,SourceLocation SuperLoc,const FunctionProtoType * Subset,bool SkipSubsetFirstParameter,SourceLocation SubLoc) CheckExceptionSpecSubset() argument
H A DDeclSpec.cpp115 MakeSuper(ASTContext & Context,CXXRecordDecl * RD,SourceLocation SuperLoc,SourceLocation ColonColonLoc) MakeSuper() argument
H A DSemaDeclObjC.cpp556 ActOnSuperClassOfClassInterface(Scope * S,SourceLocation AtInterfaceLoc,ObjCInterfaceDecl * IDecl,IdentifierInfo * ClassName,SourceLocation ClassLoc,IdentifierInfo * SuperName,SourceLocation SuperLoc,ArrayRef<ParsedType> SuperTypeArgs,SourceRange SuperTypeArgsRange) ActOnSuperClassOfClassInterface() argument
977 ActOnStartClassInterface(Scope * S,SourceLocation AtInterfaceLoc,IdentifierInfo * ClassName,SourceLocation ClassLoc,ObjCTypeParamList * typeParamList,IdentifierInfo * SuperName,SourceLocation SuperLoc,ArrayRef<ParsedType> SuperTypeArgs,SourceRange SuperTypeArgsRange,Decl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs,SourceLocation EndProtoLoc,const ParsedAttributesView & AttrList,SkipBodyInfo * SkipBody) ActOnStartClassInterface() argument
1118 ActOnTypedefedProtocols(SmallVectorImpl<Decl * > & ProtocolRefs,SmallVectorImpl<SourceLocation> & ProtocolLocs,IdentifierInfo * SuperName,SourceLocation SuperLoc) ActOnTypedefedProtocols() argument
[all...]
H A DSemaCodeComplete.cpp8096 CodeCompleteObjCSuperMessage(Scope * S,SourceLocation SuperLoc,ArrayRef<const IdentifierInfo * > SelIdents,bool AtArgumentExpression) CodeCompleteObjCSuperMessage() argument
H A DTreeTransform.h3803 RebuildObjCMessageExpr(SourceLocation SuperLoc,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,QualType SuperType,ObjCMethodDecl * Method,SourceLocation LBracLoc,MultiExprArg Args,SourceLocation RBracLoc) RebuildObjCMessageExpr() argument
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp682 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface() local
/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp212 ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc,SourceLocation SuperLoc,ParsedType ReceiverType,Expr * ReceiverExpr) ParseAssignmentExprWithObjCMessageExprStart() argument
H A DParseObjc.cpp3220 ParseObjCMessageExpressionBody(SourceLocation LBracLoc,SourceLocation SuperLoc,ParsedType ReceiverType,Expr * ReceiverExpr) ParseObjCMessageExpressionBody() argument
[all...]
H A DParseExprCXX.cpp209 SourceLocation SuperLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
/llvm-project/clang/include/clang/AST/
H A DExprObjC.h680 SourceLocation IdLoc, SourceLocation SuperLoc, in ObjCPropertyRefExpr() argument
H A DDeclObjC.h2597 SourceLocation SuperLoc; global() variable
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1577 SourceLocation SuperLoc = readSourceLocation(); VisitObjCMessageExpr() local