Home
last modified time | relevance | path

Searched refs:preamble (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Index/
H A Dgetcursor-preamble.m1 #include "getcursor-preamble.h"
4 // RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \
5 // RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \
6 // RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \
7 // RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \
8 // RUN: -cursor-at=%S/getcursor-preamble.h:7:7 \
12 // RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \
13 // RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \
14 // RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \
15 // RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \
[all …]
H A Dpreamble-reparse-import.m8 #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-…
H A Dpreamble-reparse-with-BOM.m8 // CHECK: preamble-reparse-with-BOM.m:2:12: ObjCInterfaceDecl=I2:2:12 Extent=[2:1 - 3:5]
H A Dpreamble-with-implicit-import.m6 #include "preamble-with-implicit-import.h"
/llvm-project-15.0.7/clang/test/Index/Inputs/
H A Dmodule.map12 header "preamble-with-implicit-import-A.h"
15 header "preamble-with-implicit-import-B.h"
19 header "preamble-with-implicit-import-C.h"
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dcheck.test6 // CHECK: Building preamble...
7 // CHECK: Built preamble
H A Dsemantic-tokens-refresh.test11 # Expect a request after initial preamble build.
31 # Expect a request after initial preamble build.
H A Dmemory_tree.test46 # CHECK-NEXT: "preamble": {
67 # CHECK-NEXT: "preamble": {
H A Dcheck-fail.test6 // CHECK: Building preamble...
H A Dcheck-lines.test7 // CHECK: Building preamble...
H A Dcrash-preamble.test14 # CHECK: Signalled while building preamble
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DPreambleTests.cpp55 auto BaselinePreamble = TU.preamble(); in collectPatchedIncludes()
194 auto BaselinePreamble = TestTU::withCode(Baseline).preamble(); in TEST()
214 auto BaselinePreamble = TestTU::withCode(Baseline).preamble(); in TEST()
517 auto BaselinePreamble = TU.preamble(); in TEST()
558 auto BaselinePreamble = TU.preamble(); in TEST()
H A DTestWorkspace.cpp23 TU.preamble([&](ASTContext &Ctx, Preprocessor &PP, in index()
H A DTestTU.h89 preamble(PreambleParsedCallback PreambleCallback = nullptr) const;
H A DTestTU.cpp95 TestTU::preamble(PreambleParsedCallback PreambleCallback) const { in preamble() function in clang::clangd::TestTU
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dformat.py34 def parseScript(test, preamble): argument
71 require_script=not preamble)
82 script += preamble
H A Ddsl.py78 parsedCommands = libcxx.test.format.parseScript(test, preamble=commands)
/llvm-project-15.0.7/clang/test/Analysis/
H A Duninit-ps-rdar6145427.m3 // Delta-Debugging reduced preamble.
/llvm-project-15.0.7/clang/tools/scan-view/share/
H A DReporter.py130 msg.preamble = mainMsg
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dspill-before-exec.mir6 # e.g. before exec mask preamble
/llvm-project-15.0.7/clang/docs/
H A DPCHInternals.rst467 --- called a precompiled *preamble* --- is automatically generated by parsing
470 depends on), reparsing of that source file can use the precompiled preamble and
474 this case, Clang will create the precompiled preamble as a chained precompiled
476 reduces the time needed to serialize the precompiled preamble for use in
H A DToolchain.rst46 preamble, or
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td271 "incorrect format for -preamble-bytes=N,END">;
H A DDiagnosticLexKinds.td492 "main file cannot be included recursively when building a preamble">;

12