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

1 2

  /external/clang/lib/Parse/
ParseOpenMP.cpp 185 Parser::StopBeforeMatch);
210 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
249 StopBeforeMatch);
266 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
565 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
658 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
692 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
812 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
    [all...]
ParseTemplate.cpp 120 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
135 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
239 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
380 StopAtSemi | StopBeforeMatch);
395 StopAtSemi | StopBeforeMatch);
653 StopAtSemi | StopBeforeMatch);
707 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch);
    [all...]
ParseStmt.cpp 197 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
390 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
407 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
687 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
705 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
    [all...]
ParseDeclCXX.cpp 149 SkipUntil(tok::r_brace, StopBeforeMatch);
816 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) {
    [all...]
Parser.cpp 245 /// it (unless no flag StopBeforeMatch). Because we cannot guarantee that the
260 if (HasFlagsSet(Flags, StopBeforeMatch)) {
    [all...]
ParseDecl.cpp 728 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
757 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
778 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
807 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
826 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
    [all...]
ParseInit.cpp 452 SkipUntil(tok::r_brace, StopBeforeMatch);
ParseExprCXX.cpp     [all...]
ParseObjc.cpp 548 SkipUntil(tok::greater, tok::at, StopBeforeMatch);
558 StopBeforeMatch);
637 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch);
    [all...]
ParseTentative.cpp 351 P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch);
    [all...]
ParseCXXInlineMethods.cpp     [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 866 StopBeforeMatch = 1 << 1,
877 /// it (unless StopBeforeMatch is specified). Because we cannot guarantee
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 897 StopBeforeMatch = 1 << 1,
908 /// it (unless StopBeforeMatch is specified). Because we cannot guarantee
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
Parser.h 916 StopBeforeMatch = 1 << 1,
927 /// it (unless StopBeforeMatch is specified). Because we cannot guarante
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
Parser.h 916 StopBeforeMatch = 1 << 1,
927 /// it (unless StopBeforeMatch is specified). Because we cannot guarante
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
Parser.h 921 StopBeforeMatch = 1 << 1,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
Parser.h 921 StopBeforeMatch = 1 << 1,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
Parser.h 921 StopBeforeMatch = 1 << 1,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
Parser.h 921 StopBeforeMatch = 1 << 1,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 897 StopBeforeMatch = 1 << 1,
908 /// it (unless StopBeforeMatch is specified). Because we cannot guarantee
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
Parser.h 916 StopBeforeMatch = 1 << 1,
927 /// it (unless StopBeforeMatch is specified). Because we cannot guarante
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
Parser.h 916 StopBeforeMatch = 1 << 1,
927 /// it (unless StopBeforeMatch is specified). Because we cannot guarante
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
Parser.h 921 StopBeforeMatch = 1 << 1,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Parse/
Parser.h 921 StopBeforeMatch = 1 << 1,
    [all...]

Completed in 893 milliseconds

1 2