Home | History | Annotate | Download | only in Sema

Lines Matching defs:starLoc

609       SourceLocation starLoc = getLocForEndOfToken(
614 << FixItHint::CreateInsertion(starLoc, " *");
625 newT.setStarLoc(starLoc);
1490 SourceLocation starLoc = getLocForEndOfToken(loc);
1492 D.AddTypeInfo(DeclaratorChunk::getPointer(/*typeQuals=*/0, starLoc,
1498 starLoc);
1503 << FixItHint::CreateInsertion(starLoc, " *");