Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Index/
H A 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"
H A Dpreamble-reparse-changed-module.m6 // RUN: cp %S/Inputs/preamble-reparse-changed-module/module.modulemap %t/mod
7 // RUN: cp %S/Inputs/preamble-reparse-changed-module/head.h %t/mod
9 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_EXECUTE_COMMAND="cp %S/Inputs/preamble-reparse-changed-…
10 // RUN: c-index-test -test-load-source-reparse 3 local %s -I %t -I %t/mod -fmodules -fmodules-c…
H A 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]
H A Dinvalid-code-rdar10451854.m15 // RUN: c-index-test -test-load-source-reparse 3 local %s
H A Dcomplete-module-undef.m3 // RUN: c-index-test -test-load-source-reparse 2 local %s -fmodules -fmodules-cache-path=%t -I …
H A Dpreamble-with-implicit-import.m2 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 none %s -I %S/Inputs -fmo…
H A Dreparse-predef-objc-protocol.m1 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 3 local %s -I %S/Inputs
H A Dcindex-from-source.m11 // RUN: c-index-test -test-load-source-reparse 5 local %s -include %t.pfx.h > %t
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h447 const auto *reparse = reinterpret_cast<LIBCPP_REPARSE_DATA_BUFFER *>(buf); in readlink() local
454 if (reparse->ReparseTag != IO_REPARSE_TAG_SYMLINK) { in readlink()
458 const auto &symlink = reparse->SymbolicLinkReparseBuffer; in readlink()
/llvm-project-15.0.7/flang/test/Fir/
H A Dfir-types.fir2 // Parse types and check that we can reparse what we print.
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py76 tu.reparse()
/llvm-project-15.0.7/clang/docs/
H A DHowToSetupToolingForLLVM.rst146 When editing a .cpp/.cxx/.cc/.c file, hit F5 to reparse the file. In
H A DInternalsManual.rst1102 reparse does not need to redo semantic analysis to determine whether a token
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py2989 def reparse(self, unsaved_files=None, options=0): member in TranslationUnit
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc775 // Handle reparse points.