reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/Parser.h
  451     PrevTokLocation = Tok.getLocation();
  453     return PrevTokLocation;
  461     PrevTokLocation = Tok.getLocation();
  469     Loc = PrevTokLocation;
  495     return PP.getLocForEndOfToken(PrevTokLocation);
  547     PrevTokLocation = Tok.getAnnotationEndLoc();
  562     PrevTokLocation = Tok.getLocation();
  564     return PrevTokLocation;
  578     PrevTokLocation = Tok.getLocation();
  580     return PrevTokLocation;
  594     PrevTokLocation = Tok.getLocation();
  596     return PrevTokLocation;
  606     PrevTokLocation = Tok.getLocation();
  608     return PrevTokLocation;
  618     PrevTokLocation = Tok.getLocation();
  620     return PrevTokLocation;
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  638       SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3033       Diag(PP.getLocForEndOfToken(PrevTokLocation),
 3268       SourceLocation BraceLoc = PP.getLocForEndOfToken(PrevTokLocation);
 3357     SourceLocation SavedPrevTokLocation = PrevTokLocation;
 3366     PrevTokLocation = SavedPrevTokLocation;
 3395   Tok.setLocation(PP.getLocForEndOfToken(PrevTokLocation));
 3456       SourceLocation Loc = PP.getLocForEndOfToken(PrevTokLocation);
tools/clang/lib/Parse/ParseExpr.cpp
 1662             Loc = PrevTokLocation;
 1915         SourceLocation RParenLoc = PP.getLocForEndOfToken(PrevTokLocation);
tools/clang/lib/Parse/ParseExprCXX.cpp
 1129     SourceLocation LocEnd = PrevTokLocation;
 2191   DS.SetRangeEnd(PrevTokLocation);
tools/clang/lib/Parse/ParseObjc.cpp
 1845     endLoc = PrevTokLocation;
 2129         << SourceRange(diagLoc, PrevTokLocation);
tools/clang/lib/Parse/ParseOpenMP.cpp
 1923           << SourceRange(PrevTok.getLocation(), PrevTokLocation);
tools/clang/lib/Parse/ParseStmt.cpp
  751       SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
  832     SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
tools/clang/lib/Parse/ParseTemplate.cpp
  923   SourceLocation TokBeforeGreaterLoc = PrevTokLocation;
 1013     PrevTokLocation = RAngleLoc;
 1015     PrevTokLocation = TokBeforeGreaterLoc;
tools/clang/lib/Parse/Parser.cpp
  136   SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
 2041   PrevTokLocation = Tok.getLocation();
 2048       return PrevTokLocation;
 2054       return PrevTokLocation;
 2060   return PrevTokLocation;