Searched refs:Backtrack (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPCaching.cpp18 // 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() { function in class:Preprocessor
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1364 /// CommitBacktrackedTokens() or Backtrack() is called, the Preprocessor
1365 /// keeps track of the lexed tokens so that a subsequent Backtrack() call will
1369 /// be called multiple times and CommitBacktrackedTokens/Backtrack calls will
1372 /// NOTE: *DO NOT* forget to call either CommitBacktrackedTokens or Backtrack
1383 void Backtrack();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h964 P.PP.Backtrack();

Completed in 186 milliseconds