Searched refs:TagLocation (Results 1 – 2 of 2) sorted by relevance
1329 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() local1338 TagLocation, Id)) { in RebuildElaboratedType()1339 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag) in RebuildElaboratedType()1341 << FixItHint::CreateReplacement(SourceRange(TagLocation), in RebuildElaboratedType()
3616 SourceLocation TagLocation; in IsTagDefinedInsideClass() local3622 TagLocation = RD->getLocation(); in IsTagDefinedInsideClass()3624 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()3630 TagLocation = ED->getLocation(); in IsTagDefinedInsideClass()3632 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()