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 134 PP.EnableBacktrackAtThisPos();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 326 /// backtracks. The EnableBacktrackAtThisPos() method pushes a position to
567 /// EnableBacktrackAtThisPos - From the point that this method is called, and
572 /// Nested backtracks are allowed, meaning that EnableBacktrackAtThisPos can
574 /// be combined with the EnableBacktrackAtThisPos calls in reverse order.
577 /// at some point after EnableBacktrackAtThisPos. If you don't, caching of
580 void EnableBacktrackAtThisPos();
582 /// CommitBacktrackedTokens - Disable the last EnableBacktrackAtThisPos call.
586 /// EnableBacktrackAtThisPos() was previously called.
589 /// isBacktrackEnabled - True if EnableBacktrackAtThisPos() was called and
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 592 P.PP.EnableBacktrackAtThisPos();
    [all...]

Completed in 211 milliseconds