Searched refs:starLoc (Results 1 – 2 of 2) sorted by relevance
682 SourceLocation starLoc = in actOnObjCTypeParam() local687 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeParam()698 newT.setStarLoc(starLoc); in actOnObjCTypeParam()1609 SourceLocation starLoc = SemaRef.getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local1610 D.AddTypeInfo(DeclaratorChunk::getPointer(/*TypeQuals=*/0, starLoc, in actOnObjCTypeArgsOrProtocolQualifiers()1616 starLoc); in actOnObjCTypeArgsOrProtocolQualifiers()1621 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeArgsOrProtocolQualifiers()
3016 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target)3017 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) {