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()1606 SourceLocation starLoc = SemaRef.getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local1607 D.AddTypeInfo(DeclaratorChunk::getPointer(/*TypeQuals=*/0, starLoc, in actOnObjCTypeArgsOrProtocolQualifiers()1613 starLoc); in actOnObjCTypeArgsOrProtocolQualifiers()1618 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeArgsOrProtocolQualifiers()
2911 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target)2912 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) {