/external/clang/test/Index/ |
D | preamble-reparse-import.m | 3 // RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h 6 // RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h 8 #import "preamble-reparse-import.m-1.h" 11 #import "preamble-reparse-import.m-2.h" 12 #import "preamble-reparse-import.m-1.h"
|
D | preamble-reparse-with-BOM.m | 6 // RUN: c-index-test -test-load-source-reparse 1 local %s | FileCheck %s 8 // CHECK: preamble-reparse-with-BOM.m:2:12: ObjCInterfaceDecl=I2:2:12 Extent=[2:1 - 3:5]
|
D | invalid-code-rdar10451854.m | 15 // RUN: c-index-test -test-load-source-reparse 3 local %s
|
D | complete-module-undef.m | 3 // RUN: c-index-test -test-load-source-reparse 2 local %s -fmodules -fmodules-cache-path=%t -I …
|
D | preamble-with-implicit-import.m | 2 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 none %s -I %S/Inputs -fmo…
|
D | reparse-predef-objc-protocol.m | 1 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 3 local %s -I %S/Inputs
|
D | cindex-from-source.m | 11 // RUN: c-index-test -test-load-source-reparse 5 local %s -include %t.pfx.h > %t
|
/external/llvm-project/clang/test/Index/ |
D | preamble-reparse-import.m | 3 // RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h 6 // RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h 8 #import "preamble-reparse-import.m-1.h" 11 #import "preamble-reparse-import.m-2.h" 12 #import "preamble-reparse-import.m-1.h"
|
D | preamble-reparse-with-BOM.m | 6 // RUN: c-index-test -test-load-source-reparse 1 local %s | FileCheck %s 8 // CHECK: preamble-reparse-with-BOM.m:2:12: ObjCInterfaceDecl=I2:2:12 Extent=[2:1 - 3:5]
|
D | invalid-code-rdar10451854.m | 15 // RUN: c-index-test -test-load-source-reparse 3 local %s
|
D | complete-module-undef.m | 3 // RUN: c-index-test -test-load-source-reparse 2 local %s -fmodules -fmodules-cache-path=%t -I …
|
D | preamble-with-implicit-import.m | 2 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 none %s -I %S/Inputs -fmo…
|
D | reparse-predef-objc-protocol.m | 1 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 3 local %s -I %S/Inputs
|
D | cindex-from-source.m | 11 // RUN: c-index-test -test-load-source-reparse 5 local %s -include %t.pfx.h > %t
|
/external/autotest/tko/ |
D | parse.py | 336 reparse = parse_options.reparse 345 if old_job_idx is not None and not reparse: 734 parse_options = _ParseOptions(options.reparse, options.mailit,
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.cpp | 739 CReparseAttr reparse; in GetStream() local 741 isOkReparse = reparse.Parse((const Byte *)data, dataSize, errorCode); in GetStream() 746 linkPath = reparse.GetPath(); in GetStream() 747 isJunction = reparse.IsMountPoint(); in GetStream() 748 isRelative = reparse.IsRelative(); in GetStream()
|
/external/one-true-awk/ |
D | proto.h | 58 extern Node *reparse(const char *);
|
D | b.c | 192 p = reparse(s); in mkdfa() 734 Node *reparse(const char *p) /* parses regular expression pointed to by p */ in reparse() function
|
/external/one-true-awk/testdir/ |
D | T.gawk | 259 # reparse: 270 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk reparse'
|
/external/clang/bindings/python/tests/cindex/ |
D | test_translation_unit.py | 41 tu.reparse()
|
/external/escapevelocity/src/main/java/com/google/escapevelocity/ |
D | Reparser.java | 85 Template reparse() { in reparse() method in Reparser
|
D | Parser.java | 119 return new Reparser(tokens).reparse(); in parse()
|
/external/llvm-project/clang/bindings/python/tests/cindex/ |
D | test_translation_unit.py | 76 tu.reparse()
|
/external/llvm-project/clang/docs/ |
D | HowToSetupToolingForLLVM.rst | 98 When editing a .cpp/.cxx/.cc/.c file, hit F5 to reparse the file. In
|
/external/clang/docs/ |
D | HowToSetupToolingForLLVM.rst | 98 When editing a .cpp/.cxx/.cc/.c file, hit F5 to reparse the file. In
|