Home
last modified time | relevance | path

Searched refs:SuperLoc (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Sema/
DSemaExprObjC.cpp1333 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() argument
1345 SourceRange BaseRange = Super? SourceRange(SuperLoc) in HandleExprPropertyRefExpr()
1362 SuperLoc, SuperType)); in HandleExprPropertyRefExpr()
1382 SuperLoc, SuperType)); in HandleExprPropertyRefExpr()
1445 SuperLoc, SuperType)); in HandleExprPropertyRefExpr()
1469 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr()
1721 SourceLocation SuperLoc, in ActOnSuperMessage() argument
1728 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); in ActOnSuperMessage()
1730 Diag(SuperLoc, diag::err_invalid_receiver_to_message_super); in ActOnSuperMessage()
1736 Diag(SuperLoc, diag::error_no_super_class_message) in ActOnSuperMessage()
[all …]
DSemaExceptionSpec.cpp501 const FunctionProtoType *Superset, SourceLocation SuperLoc, in CheckExceptionSpecSubset() argument
512 SubLoc = SuperLoc; in CheckExceptionSpecSubset()
515 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset()
526 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
541 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
553 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
566 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
572 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
578 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
662 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
[all …]
DSemaDeclObjC.cpp377 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface() argument
419 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc, in ActOnStartClassInterface()
427 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope, in ActOnStartClassInterface()
430 Diag(SuperLoc, diag::err_undef_superclass_suggest) in ActOnStartClassInterface()
438 Diag(SuperLoc, diag::err_recursive_superclass) in ActOnStartClassInterface()
447 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc); in ActOnStartClassInterface()
467 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName; in ActOnStartClassInterface()
474 Diag(SuperLoc, diag::err_undef_superclass) in ActOnStartClassInterface()
476 else if (RequireCompleteType(SuperLoc, in ActOnStartClassInterface()
486 IDecl->setSuperClassLoc(SuperLoc); in ActOnStartClassInterface()
[all …]
DSemaCodeComplete.cpp5139 void Sema::CodeCompleteObjCSuperMessage(Scope *S, SourceLocation SuperLoc,
5170 NamedDecl *ND = LookupSingleName(S, Super, SuperLoc,
5185 id.setIdentifier(Super, SuperLoc);
/external/clang/include/clang/AST/
DExprObjC.h579 SourceLocation SuperLoc, QualType SuperTy) in ObjCPropertyRefExpr() argument
582 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) { in ObjCPropertyRefExpr()
907 SourceLocation SuperLoc; variable
921 SourceLocation SuperLoc,
1044 SourceLocation SuperLoc,
1208 return SuperLoc; in getSuperLoc()
1239 SuperLoc = Loc; in setSuper()
/external/clang/lib/Parse/
DParseObjc.cpp2349 SourceLocation SuperLoc, in ParseObjCMessageExpressionBody() argument
2355 if (SuperLoc.isValid()) in ParseObjCMessageExpressionBody()
2356 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, 0, 0, in ParseObjCMessageExpressionBody()
2395 if (SuperLoc.isValid()) in ParseObjCMessageExpressionBody()
2396 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, in ParseObjCMessageExpressionBody()
2429 if (SuperLoc.isValid()) in ParseObjCMessageExpressionBody()
2430 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, in ParseObjCMessageExpressionBody()
2501 if (SuperLoc.isValid()) in ParseObjCMessageExpressionBody()
2502 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel, in ParseObjCMessageExpressionBody()
DParseExpr.cpp241 SourceLocation SuperLoc, in ParseAssignmentExprWithObjCMessageExprStart() argument
245 = ParseObjCMessageExpressionBody(LBracLoc, SuperLoc, in ParseAssignmentExprWithObjCMessageExprStart()
/external/clang/tools/libclang/
DIndexingContext.cpp375 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface() local
377 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU); in handleObjCInterface()
378 BaseClass.loc = getIndexLoc(SuperLoc); in handleObjCInterface()
381 markEntityOccurrenceInFile(SuperD, SuperLoc); in handleObjCInterface()
/external/clang/lib/AST/
DExpr.cpp2734 SourceLocation SuperLoc, in ObjCMessageExpr() argument
2752 SuperLoc(SuperLoc), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
2835 SourceLocation SuperLoc, in Create() argument
2852 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper, in Create()
/external/clang/include/clang/Sema/
DSema.h941 const FunctionProtoType *Superset, SourceLocation SuperLoc,
5732 SourceLocation SuperLoc,
5911 SourceLocation SuperLoc, QualType SuperType,
5941 ExprResult ActOnSuperMessage(Scope *S, SourceLocation SuperLoc,
5950 SourceLocation SuperLoc,
5976 SourceLocation SuperLoc,
6708 void CodeCompleteObjCSuperMessage(Scope *S, SourceLocation SuperLoc,
/external/clang/include/clang/Parse/
DParser.h1513 SourceLocation SuperLoc,
1517 SourceLocation LBracloc, SourceLocation SuperLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp946 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr() local
947 E->setSuper(SuperLoc, T, Kind == ObjCMessageExpr::SuperInstance); in VisitObjCMessageExpr()