Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1329 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() local
1338 TagLocation, Id)) { in RebuildElaboratedType()
1339 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag) in RebuildElaboratedType()
1341 << FixItHint::CreateReplacement(SourceRange(TagLocation), in RebuildElaboratedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3616 SourceLocation TagLocation; in IsTagDefinedInsideClass() local
3622 TagLocation = RD->getLocation(); in IsTagDefinedInsideClass()
3624 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()
3630 TagLocation = ED->getLocation(); in IsTagDefinedInsideClass()
3632 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()