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()1610 SourceLocation starLoc = getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local1611 D.AddTypeInfo(DeclaratorChunk::getPointer(/*TypeQuals=*/0, starLoc, in actOnObjCTypeArgsOrProtocolQualifiers()1617 starLoc); in actOnObjCTypeArgsOrProtocolQualifiers()1622 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeArgsOrProtocolQualifiers()
2693 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target) in IndirectGotoStmt() argument2694 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { in IndirectGotoStmt()