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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPCaching.cpp 18 // until CommitBacktrackedTokens() or Backtrack() is called, the Preprocessor
19 // keeps track of the lexed tokens so that a subsequent Backtrack() call will
23 // be called multiple times and CommitBacktrackedTokens/Backtrack calls will
40 void Preprocessor::Backtrack() {
128 "The backtrack pos points inside the annotated tokens!");
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 867 /// Stack of backtrack positions, allowing nested backtracks.
870 /// indicate where CachedLexPos should be set when the BackTrack() method is
1383 /// CommitBacktrackedTokens() or Backtrack() is called, the Preprocessor
1384 /// keeps track of the lexed tokens so that a subsequent Backtrack() call will
1388 /// be called multiple times and CommitBacktrackedTokens/Backtrack calls will
1391 /// NOTE: *DO NOT* forget to call either CommitBacktrackedTokens or Backtrack
1402 void Backtrack();
1503 /// backtrack position, not more.
1508 && "Should revert tokens up to the last backtrack position, not more");
1510 "Corrupted backtrack positions ?")
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 967 P.PP.Backtrack();

Completed in 66 milliseconds