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 // Disable the last EnableBacktrackAtThisPos call.
34 && "EnableBacktrackAtThisPos was not called!");
39 // EnableBacktrackAtThisPos() was previously called.
42 && "EnableBacktrackAtThisPos was not called!");
Pragma.cpp 141 PP.EnableBacktrackAtThisPos();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 623 /// The EnableBacktrackAtThisPos() method pushes a position to
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 681 P.PP.EnableBacktrackAtThisPos();
    [all...]

Completed in 88 milliseconds