Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1582 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() local
1591 TagLocation, Id)) { in RebuildElaboratedType()
1592 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag) in RebuildElaboratedType()
1594 << FixItHint::CreateReplacement(SourceRange(TagLocation), in RebuildElaboratedType()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3607 SourceLocation TagLocation; in IsTagDefinedInsideClass() local
3613 TagLocation = RD->getLocation(); in IsTagDefinedInsideClass()
3615 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()
3621 TagLocation = ED->getLocation(); in IsTagDefinedInsideClass()
3623 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()