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

  /external/clang/lib/Parse/
ParseOpenMP.cpp 81 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
161 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
311 StopBeforeMatch);
316 StopBeforeMatch);
321 StopBeforeMatch);
456 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
461 SkipUntil(tok::comma, tok::annot_pragma_openmp_end, StopBeforeMatch);
697 StopBeforeMatch);
719 StopBeforeMatch);
746 StopBeforeMatch);
    [all...]
ParseTemplate.cpp 119 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
222 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
363 StopAtSemi | StopBeforeMatch);
378 StopAtSemi | StopBeforeMatch);
638 StopAtSemi | StopBeforeMatch);
691 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch);
    [all...]
ParseStmt.cpp 193 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
372 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
389 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
668 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
686 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
    [all...]
ParseDeclCXX.cpp 148 SkipUntil(tok::r_brace, StopBeforeMatch);
808 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) {
    [all...]
Parser.cpp 225 /// it (unless no flag StopBeforeMatch). Because we cannot guarantee that the
240 if (HasFlagsSet(Flags, StopBeforeMatch)) {
    [all...]
ParseDecl.cpp 698 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
727 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
748 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
777 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
796 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
    [all...]
ParseInit.cpp 444 SkipUntil(tok::r_brace, StopBeforeMatch);
ParseExprCXX.cpp     [all...]
ParseObjc.cpp 341 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch);
    [all...]
ParseCXXInlineMethods.cpp     [all...]
ParseTentative.cpp     [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 822 StopBeforeMatch = 1 << 1,
833 /// it (unless StopBeforeMatch is specified). Because we cannot guarantee
    [all...]

Completed in 99 milliseconds