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

  /external/clang/lib/Lex/
PPCaching.cpp 18 /// EnableBacktrackAtThisPos - From the point that this method is called, and
23 /// Nested backtracks are allowed, meaning that EnableBacktrackAtThisPos can
25 /// be combined with the EnableBacktrackAtThisPos calls in reverse order.
26 void Preprocessor::EnableBacktrackAtThisPos() {
31 /// CommitBacktrackedTokens - Disable the last EnableBacktrackAtThisPos call.
34 && "EnableBacktrackAtThisPos was not called!");
39 /// EnableBacktrackAtThisPos() was previously called.
42 && "EnableBacktrackAtThisPos was not called!");
Pragma.cpp 136 PP.EnableBacktrackAtThisPos();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 387 /// backtracks. The EnableBacktrackAtThisPos() method pushes a position to
699 /// EnableBacktrackAtThisPos - From the point that this method is called, and
704 /// Nested backtracks are allowed, meaning that EnableBacktrackAtThisPos can
706 /// be combined with the EnableBacktrackAtThisPos calls in reverse order.
709 /// at some point after EnableBacktrackAtThisPos. If you don't, caching of
712 void EnableBacktrackAtThisPos();
714 /// CommitBacktrackedTokens - Disable the last EnableBacktrackAtThisPos call.
718 /// EnableBacktrackAtThisPos() was previously called.
721 /// isBacktrackEnabled - True if EnableBacktrackAtThisPos() was called and
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 557 P.PP.EnableBacktrackAtThisPos();
    [all...]

Completed in 2419 milliseconds