/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 108 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 D | NestedNameSpecifier.cpp | 622 MakeSuper(ASTContext & Context,CXXRecordDecl * RD,SourceLocation SuperLoc,SourceLocation ColonColonLoc) MakeSuper() argument
|
/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 392 SourceLocation SuperLoc) { in handleReferencedProtocols() argument 410 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 286 ActOnSuperScopeSpecifier(SourceLocation SuperLoc,SourceLocation ColonColonLoc,CXXScopeSpec & SS) ActOnSuperScopeSpecifier() argument
|
H A D | SemaExprObjC.cpp | 1992 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 D | SemaExceptionSpec.cpp | 761 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 D | DeclSpec.cpp | 115 MakeSuper(ASTContext & Context,CXXRecordDecl * RD,SourceLocation SuperLoc,SourceLocation ColonColonLoc) MakeSuper() argument
|
H A D | SemaDeclObjC.cpp | 556 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 D | SemaCodeComplete.cpp | 8096 CodeCompleteObjCSuperMessage(Scope * S,SourceLocation SuperLoc,ArrayRef<const IdentifierInfo * > SelIdents,bool AtArgumentExpression) CodeCompleteObjCSuperMessage() argument
|
H A D | TreeTransform.h | 3803 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 D | CXIndexDataConsumer.cpp | 682 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 212 ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc,SourceLocation SuperLoc,ParsedType ReceiverType,Expr * ReceiverExpr) ParseAssignmentExprWithObjCMessageExprStart() argument
|
H A D | ParseObjc.cpp | 3220 ParseObjCMessageExpressionBody(SourceLocation LBracLoc,SourceLocation SuperLoc,ParsedType ReceiverType,Expr * ReceiverExpr) ParseObjCMessageExpressionBody() argument [all...] |
H A D | ParseExprCXX.cpp | 209 SourceLocation SuperLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 680 SourceLocation IdLoc, SourceLocation SuperLoc, in ObjCPropertyRefExpr() argument
|
H A D | DeclObjC.h | 2597 SourceLocation SuperLoc; global() variable
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1577 SourceLocation SuperLoc = readSourceLocation(); VisitObjCMessageExpr() local
|