Home
last modified time | relevance | path

Searched refs:TagLocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2094 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() local
2104 TagLocation, Id)) { in RebuildElaboratedType()
2105 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag) in RebuildElaboratedType()
2107 << FixItHint::CreateReplacement(SourceRange(TagLocation), in RebuildElaboratedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3605 SourceLocation TagLocation; in IsTagDefinedInsideClass() local
3611 TagLocation = RD->getLocation(); in IsTagDefinedInsideClass()
3613 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()
3619 TagLocation = ED->getLocation(); in IsTagDefinedInsideClass()
3621 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()