Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp977 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() local
986 TagLocation, Id)) { in RebuildElaboratedType()
987 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag) in RebuildElaboratedType()
989 << FixItHint::CreateReplacement(SourceRange(TagLocation), in RebuildElaboratedType()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp3614 SourceLocation TagLocation; in IsTagDefinedInsideClass() local
3620 TagLocation = RD->getLocation(); in IsTagDefinedInsideClass()
3622 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()
3628 TagLocation = ED->getLocation(); in IsTagDefinedInsideClass()
3630 IDecl->getLocation(), TagLocation); in IsTagDefinedInsideClass()