Searched refs:SourceBuffer (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 309 auto SourceBuffer = getSourceFile(ExpansionCoverage.getFilename()); in attachExpansionSubViews() local 310 if (!SourceBuffer) in attachExpansionSubViews() 316 SourceCoverageView::create(Expansion.Function.Name, SourceBuffer.get(), in attachExpansionSubViews() 320 SourceBuffer.get(), ExpansionCoverage); in attachExpansionSubViews() 358 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename()); in createFunctionView() local 359 if (!SourceBuffer) in createFunctionView() 365 SourceBuffer.get(), ViewOpts, in createFunctionView() 369 SourceBuffer.get(), FunctionCoverage); in createFunctionView() 377 auto SourceBuffer = getSourceFile(SourceFile); in createSourceFileView() local 378 if (!SourceBuffer) in createSourceFileView() [all …]
|
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efiapi.h | 336 IN VOID *SourceBuffer OPTIONAL,
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2007-OriginalClangReadme.txt | 29 libbasic - Diagnostics, SourceLocations, SourceBuffer abstraction,
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | InternalsManual.rst | 1043 ``SourceBuffer``. For tokens that include them, this length includes
|