Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp975 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() local
984 TagLocation, Id)) { in RebuildElaboratedType()
985 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag) in RebuildElaboratedType()
987 << FixItHint::CreateReplacement(SourceRange(TagLocation), in RebuildElaboratedType()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp3674 SourceLocation TagLocation; in IsTagDefinedInsideClass() local
3680 TagLocation = RD->getLocation(); in IsTagDefinedInsideClass()
3682 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()
3688 TagLocation = ED->getLocation(); in IsTagDefinedInsideClass()
3690 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()