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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 333 SourceLocation RedefLoc;
353 M.RedefLoc = Pos;
386 if (M.RedefLoc.isValid() && M.UseLoc.isValid()) {
389 Diags.Report(M.RedefLoc, diag::note_verify_ambiguous_marker) << Name;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 653 SourceLocation RedefLoc = ConsumeAnnotationToken();
660 Actions.ActOnPragmaRedefineExtname(RedefName, AliasName, RedefLoc,
2240 SourceLocation RedefLoc = RedefToken.getLocation();
2273 pragmaRedefTok.setLocation(RedefLoc);

Completed in 29 milliseconds