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

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

Completed in 193 milliseconds