Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp991 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() local
1000 TagLocation, *Id)) { in RebuildElaboratedType()
1001 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag) in RebuildElaboratedType()
1003 << FixItHint::CreateReplacement(SourceRange(TagLocation), in RebuildElaboratedType()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp3693 SourceLocation TagLocation; in IsTagDefinedInsideClass() local
3699 TagLocation = RD->getLocation(); in IsTagDefinedInsideClass()
3701 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()
3707 TagLocation = ED->getLocation(); in IsTagDefinedInsideClass()
3709 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()