Home
last modified time | relevance | path

Searched refs:TagLocation (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1328 SourceLocation TagLocation = KeywordLoc; in RebuildElaboratedType() local
1337 TagLocation, Id)) { in RebuildElaboratedType()
1338 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag) in RebuildElaboratedType()
1340 << 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()
/external/llvm-project/clang/lib/Frontend/Rewrite/
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()