HomeSort by relevance Sort by last modified time
    Searched refs:PrevTokLocation (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Parse/
Parser.h 68 // PrevTokLocation - The location of the token we previously
72 SourceLocation PrevTokLocation;
299 PrevTokLocation = Tok.getLocation();
301 return PrevTokLocation;
309 PrevTokLocation = Tok.getLocation();
317 Loc = PrevTokLocation;
378 PrevTokLocation = Tok.getLocation();
380 return PrevTokLocation;
392 PrevTokLocation = Tok.getLocation();
394 return PrevTokLocation;
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 138 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
    [all...]
ParseOpenMP.cpp 265 << SourceRange(PrevTok.getLocation(), PrevTokLocation);
ParseExpr.cpp     [all...]
ParseStmt.cpp 684 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
761 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
    [all...]
ParseCXXInlineMethods.cpp 542 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 148 milliseconds