Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1061 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() local
1070 TagLocation, *Id)) { in RebuildElaboratedType()
1071 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag) in RebuildElaboratedType()
1073 << FixItHint::CreateReplacement(SourceRange(TagLocation), in RebuildElaboratedType()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp3775 SourceLocation TagLocation; in IsTagDefinedInsideClass() local
3781 TagLocation = RD->getLocation(); in IsTagDefinedInsideClass()
3783 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()
3789 TagLocation = ED->getLocation(); in IsTagDefinedInsideClass()
3791 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()