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

  /external/regex-re2/re2/
bitstate.cc 43 inline bool ShouldVisit(int id, const char* p);
96 bool BitState::ShouldVisit(int id, const char* p) {
129 // Only check ShouldVisit when arg == 0.
131 if (arg == 0 && !ShouldVisit(id, p))
158 // do the ShouldVisit check that Push
163 if (!ShouldVisit(id, p))
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]

Completed in 1038 milliseconds