| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | getcursor-preamble.m | 1 #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 D | preamble-reparse-import.m | 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 D | preamble-reparse-changed-module.m | 6 // 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 D | preamble-reparse-with-BOM.m | 8 // CHECK: preamble-reparse-with-BOM.m:2:12: ObjCInterfaceDecl=I2:2:12 Extent=[2:1 - 3:5]
|
| H A D | preamble-with-implicit-import.m | 6 #include "preamble-with-implicit-import.h"
|
| /llvm-project-15.0.7/clang/test/Index/Inputs/ |
| H A D | module.map | 12 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 D | check.test | 6 // CHECK: Building preamble... 7 // CHECK: Built preamble
|
| H A D | semantic-tokens-refresh.test | 11 # Expect a request after initial preamble build. 31 # Expect a request after initial preamble build.
|
| H A D | memory_tree.test | 46 # CHECK-NEXT: "preamble": { 67 # CHECK-NEXT: "preamble": {
|
| H A D | check-fail.test | 6 // CHECK: Building preamble...
|
| H A D | check-lines.test | 7 // CHECK: Building preamble...
|
| H A D | crash-preamble.test | 14 # CHECK: Signalled while building preamble
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | PreambleTests.cpp | 55 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 D | TestWorkspace.cpp | 23 TU.preamble([&](ASTContext &Ctx, Preprocessor &PP, in index()
|
| H A D | TestTU.h | 89 preamble(PreambleParsedCallback PreambleCallback = nullptr) const;
|
| H A D | TestTU.cpp | 95 TestTU::preamble(PreambleParsedCallback PreambleCallback) const { in preamble() function in clang::clangd::TestTU
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | format.py | 34 def parseScript(test, preamble): argument 71 require_script=not preamble) 82 script += preamble
|
| H A D | dsl.py | 78 parsedCommands = libcxx.test.format.parseScript(test, preamble=commands)
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | uninit-ps-rdar6145427.m | 3 // Delta-Debugging reduced preamble.
|
| /llvm-project-15.0.7/clang/tools/scan-view/share/ |
| H A D | Reporter.py | 130 msg.preamble = mainMsg
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | spill-before-exec.mir | 6 # e.g. before exec mask preamble
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | PCHInternals.rst | 467 --- 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 D | Toolchain.rst | 46 preamble, or
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticDriverKinds.td | 271 "incorrect format for -preamble-bytes=N,END">;
|
| H A D | DiagnosticLexKinds.td | 492 "main file cannot be included recursively when building a preamble">;
|