/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 108 SourceLocation SuperLoc, bool IsInstanceSuper, in ObjCMessageExpr() 176 SourceLocation LBracLoc, SourceLocation SuperLoc, in Create()
|
H A D | NestedNameSpecifier.cpp | 622 SourceLocation SuperLoc, in MakeSuper() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 392 SourceLocation SuperLoc) { in handleReferencedProtocols() argument 410 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 311 Diag(SuperLoc, diag::err_no_base_classes) << RD->getName(); in ActOnSuperScopeSpecifier() argument
|
H A D | SemaExprObjC.cpp | 1980 HandleExprPropertyRefExpr(const ObjCObjectPointerType * OPT,Expr * BaseExpr,SourceLocation OpLoc,DeclarationName MemberName,SourceLocation MemberLoc,SourceLocation SuperLoc,QualType SuperType,bool Super) HandleExprPropertyRefExpr() argument 2383 ActOnSuperMessage(Scope * S,SourceLocation SuperLoc,Selector Sel,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg Args) ActOnSuperMessage() argument 2611 BuildClassMessage(TypeSourceInfo * ReceiverTypeInfo,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildClassMessage() argument 2842 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 | 776 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 SourceLocation SuperLoc, in MakeSuper() argument
|
H A D | SemaDeclObjC.cpp | 548 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 1121 ActOnTypedefedProtocols(SmallVectorImpl<Decl * > & ProtocolRefs,SmallVectorImpl<SourceLocation> & ProtocolLocs,IdentifierInfo * SuperName,SourceLocation SuperLoc) ActOnTypedefedProtocols() argument [all...] |
H A D | SemaCodeComplete.cpp | 8020 CodeCompleteObjCSuperMessage(Scope * S,SourceLocation SuperLoc,ArrayRef<IdentifierInfo * > SelIdents,bool AtArgumentExpression) CodeCompleteObjCSuperMessage() argument
|
H A D | TreeTransform.h | 3746 RebuildObjCMessageExpr(SourceLocation SuperLoc,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,QualType SuperType,ObjCMethodDecl * Method,SourceLocation LBracLoc,MultiExprArg Args,SourceLocation RBracLoc) RebuildObjCMessageExpr() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 193 ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc,SourceLocation SuperLoc,ParsedType ReceiverType,Expr * ReceiverExpr) ParseAssignmentExprWithObjCMessageExprStart() argument
|
H A D | ParseObjc.cpp | 3222 ParseObjCMessageExpressionBody(SourceLocation LBracLoc,SourceLocation SuperLoc,ParsedType ReceiverType,Expr * ReceiverExpr) ParseObjCMessageExpressionBody() argument [all...] |
H A D | ParseExprCXX.cpp | 206 SourceLocation SuperLoc = ConsumeToken(); ParseOptionalCXXScopeSpecifier() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 680 SourceLocation IdLoc, SourceLocation SuperLoc, in ObjCPropertyRefExpr()
|
H A D | DeclObjC.h | 2598 SourceLocation SuperLoc; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1567 SourceLocation SuperLoc = readSourceLocation(); VisitObjCMessageExpr() local
|