Searched refs:TagLocation (Results 1 – 2 of 2) sorted by relevance
1582 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() local1591 TagLocation, Id)) { in RebuildElaboratedType()1592 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag) in RebuildElaboratedType()1594 << FixItHint::CreateReplacement(SourceRange(TagLocation), in RebuildElaboratedType()
3607 SourceLocation TagLocation; in IsTagDefinedInsideClass() local3613 TagLocation = RD->getLocation(); in IsTagDefinedInsideClass()3615 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()3621 TagLocation = ED->getLocation(); in IsTagDefinedInsideClass()3623 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()