HomeSort by: relevance | last modified time | path
    Searched refs:TagLocation (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp 1329 SourceLocation TagLocation = KeywordLoc;
1338 TagLocation, Id)) {
1339 SemaRef.Diag(TagLocation, diag::err_use_with_wrong_tag)
1341 << FixItHint::CreateReplacement(SourceRange(TagLocation),
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 3616 SourceLocation TagLocation;
3622 TagLocation = RD->getLocation();
3624 IDecl->getLocation(), TagLocation);
3630 TagLocation = ED->getLocation();
3632 IDecl->getLocation(), TagLocation);

Completed in 128 milliseconds