Home
last modified time | relevance | path

Searched refs:reparse (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/Index/
Dpreamble-reparse-import.m3 // 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"
Dpreamble-reparse-with-BOM.m6 // 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]
Dinvalid-code-rdar10451854.m15 // RUN: c-index-test -test-load-source-reparse 3 local %s
Dcomplete-module-undef.m3 // RUN: c-index-test -test-load-source-reparse 2 local %s -fmodules -fmodules-cache-path=%t -I …
Dpreamble-with-implicit-import.m2 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 none %s -I %S/Inputs -fmo…
Dreparse-predef-objc-protocol.m1 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 3 local %s -I %S/Inputs
Dcindex-from-source.m11 // RUN: c-index-test -test-load-source-reparse 5 local %s -include %t.pfx.h > %t
/external/autotest/tko/
Dparse.py249 reparse = parse_options.reparse
261 if not reparse:
301 if reparse and old_job_idx is not None:
420 if reparse:
600 parse_options = _ParseOptions(options.reparse, options.mailit,
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp728 CReparseAttr reparse; in GetStream() local
729 isOkReparse = reparse.Parse((const Byte *)data, dataSize); in GetStream()
734 linkPath = reparse.GetPath(); in GetStream()
735 isJunction = reparse.IsMountPoint(); in GetStream()
736 isRelative = reparse.IsRelative(); in GetStream()
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py41 tu.reparse()
/external/clang/docs/
DHowToSetupToolingForLLVM.rst98 When editing a .cpp/.cxx/.cc/.c file, hit F5 to reparse the file. In
DInternalsManual.rst654 reparse does not need to redo semantic analysis to determine whether a token
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc489 // Handle reparse points.
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc485 // Handle reparse points.
/external/llvm/lib/Support/Windows/
DPath.inc487 // Handle reparse points.
/external/clang/bindings/python/clang/
Dcindex.py2557 def reparse(self, unsaved_files=None, options=0): member in TranslationUnit
/external/python/cpython2/Lib/idlelib/
DChangeLog911 it's just too slow to reparse from the start of the file all the time.