Searched refs:starLoc (Results 1 – 2 of 2) sorted by relevance
684 SourceLocation starLoc = getLocForEndOfToken( in actOnObjCTypeParam() local689 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeParam()700 newT.setStarLoc(starLoc); in actOnObjCTypeParam()1596 SourceLocation starLoc = getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local1597 D.AddTypeInfo(DeclaratorChunk::getPointer(/*TypeQuals=*/0, starLoc, in actOnObjCTypeArgsOrProtocolQualifiers()1603 starLoc); in actOnObjCTypeArgsOrProtocolQualifiers()1608 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeArgsOrProtocolQualifiers()
2681 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target) in IndirectGotoStmt() argument2682 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { in IndirectGotoStmt()