Home
last modified time | relevance | path

Searched refs:Notes (Results 1 – 25 of 122) sorted by relevance

12345

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDiagnosticsYamlTest.cpp139 TUD.Diagnostics.back().Notes.push_back( in TEST()
141 TUD.Diagnostics.back().Notes.push_back( in TEST()
210 EXPECT_EQ(2u, D3.Notes.size()); in TEST()
211 EXPECT_EQ("Note1", D3.Notes[0].Message); in TEST()
212 EXPECT_EQ(88u, D3.Notes[0].FileOffset); in TEST()
213 EXPECT_EQ("path/to/note1.cpp", D3.Notes[0].FilePath); in TEST()
214 EXPECT_EQ("Note2", D3.Notes[1].Message); in TEST()
215 EXPECT_EQ(99u, D3.Notes[1].FileOffset); in TEST()
216 EXPECT_EQ("path/to/note2.cpp", D3.Notes[1].FilePath); in TEST()
/llvm-project-15.0.7/clang/lib/Tooling/Core/
H A DDiagnostic.cpp55 const SmallVector<DiagnosticMessage, 1> &Notes, in Diagnostic() argument
57 : DiagnosticName(DiagnosticName), Message(Message), Notes(Notes), in Diagnostic()
63 auto Iter = llvm::find_if(D.Notes, [](const tooling::DiagnosticMessage &D) { in selectFirstFix()
66 if (Iter != D.Notes.end()) in selectFirstFix()
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dnote-section.yaml47 Notes:
69 Notes:
99 Notes:
112 Notes:
130 Notes:
152 Notes:
207 Notes: []
222 Notes: []
292 ## Check we can't use "Size" and "Notes" tags together.
305 Notes: []
[all …]
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h69 : DiagnosticName(D.DiagnosticName), Message(D.Message), Notes(D.Notes), in LLVM_YAML_IS_SEQUENCE_VECTOR()
73 return clang::tooling::Diagnostic(DiagnosticName, Message, Notes, in LLVM_YAML_IS_SEQUENCE_VECTOR()
79 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes; in LLVM_YAML_IS_SEQUENCE_VECTOR()
89 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp28 DataExtractor lldb_private::getRegset(llvm::ArrayRef<CoreNote> Notes, in getRegset() argument
36 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset()
37 return Iter == Notes.end() ? DataExtractor() : DataExtractor(Iter->data); in getRegset()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h32 DiagList Errors, Warnings, Remarks, Notes;
50 const_iterator note_begin() const { return Notes.begin(); } in note_begin()
51 const_iterator note_end() const { return Notes.end(); } in note_end()
H A DVerifyDiagnosticConsumer.h240 DirectiveList Notes; member
246 Notes.clear(); in Reset()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-amd-valid-v2.test11 # LLVM: Notes [
158 Notes:
164 Notes:
170 Notes:
176 Notes:
183 Notes:
189 Notes:
196 Notes:
202 Notes:
H A Dnote-amd-invalid-v2.test8 # LLVM: Notes [
172 Notes:
179 Notes:
186 Notes:
193 Notes:
200 Notes:
207 Notes:
215 Notes:
222 Notes:
229 Notes:
H A Dgnu-notes.test31 # LLVM: Notes [
82 # LLVM-STRIPPED: Notes [
147 # ERR1-LLVM: Notes [
164 Notes: []
180 # ERR2-LLVM: Notes [
201 # ERR3-LLVM: Notes [
232 # ERR4-LLVM: Notes [
250 # PHENTSIZE-WARN-LLVM: Notes [
H A Dnote-amd-invalid-v3.test8 # LLVM: Notes [
47 Notes:
H A Dnote-netbsd-core.test14 Notes:
33 # LLVM: Notes [
H A Dnote-openbsd-core.test14 Notes:
38 # LLVM: Notes [
H A Dnote-freebsd-core.test14 Notes:
39 Notes:
71 # LLVM: Notes [
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp34 All.emplace_back(Level, Notes.size()); in HandleDiagnostic()
35 Notes.emplace_back(Info.getLocation(), std::string(Buf.str())); in HandleDiagnostic()
60 Diag << Notes[I.second].second; in FlushDiagnostics()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDiagnostics.cpp71 for (auto &N : D.Notes) { in mentionsMainFile()
128 for (const auto &N : D.Notes) { in getMainFileRange()
200 D.Notes.emplace(D.Notes.begin()); in tryMoveToMainFile()
201 Note &N = D.Notes.front(); in tryMoveToMainFile()
303 for (auto &Note : D.Notes) { in mainMessage()
403 if (!D.Notes.empty()) { in operator <<()
406 for (auto &Note : D.Notes) { in operator <<()
474 assert(It != D.Notes.end() && in toLSPDiags()
513 for (auto &Note : D.Notes) { in toLSPDiags()
532 for (auto &Note : D.Notes) { in toLSPDiags()
[all …]
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dnote-section.yaml10 # VALID-NEXT: Notes:
16 # VALID-NEXT: Notes:
32 Notes:
93 Notes:
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp372 std::vector<std::function<std::string(BugReport & BR)>> Notes; in checkPostCall() local
381 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall()
397 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall()
431 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()
445 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()
459 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()
483 if (!Notes.empty()) { in checkPostCall()
484 T = C.getNoteTag([this, Notes{std::move(Notes)}]( in checkPostCall()
491 for (auto &Note : Notes) { in checkPostCall()
/llvm-project-15.0.7/clang/tools/apinotes-test/
H A DAPINotesTest.cpp42 for (const std::string &Notes : APINotes) { in main() local
44 llvm::MemoryBuffer::getFileOrSTDIN(Notes); in main()
/llvm-project-15.0.7/clang/include/clang/Tooling/Core/
H A DDiagnostic.h81 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel,
91 SmallVector<DiagnosticMessage, 1> Notes; member
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/AArch64/
H A Dnote-android-unknown.test10 # LLVM: Notes [
34 Notes:
/llvm-project-15.0.7/llvm/docs/
H A DUserGuides.rst76 Notes on building and testing LLVM/Clang on ARM.
79 Notes on building LLVM/Clang with PGO.
82 Notes on cross-building and testing LLVM/Clang.
222 Notes on assembling a Windows Itanium environment.
225 Notes on cross-building and testing the compiler-rt builtins for Arm.
H A DAtomics.rst151 Notes for frontends
161 Notes for optimizers
189 Notes for frontends
198 Notes for optimizers
228 Notes for frontends
235 Notes for optimizers
258 Notes for frontends
263 Notes for optimizers
287 Notes for frontends
313 Notes for frontends
[all …]
/llvm-project-15.0.7/clang/tools/clang-offload-wrapper/
H A DClangOffloadWrapper.cpp487 SmallVector<NoteTy, 3> Notes; in addELFNotes() local
493 Notes.emplace_back("LLVMOMPOFFLOAD", ELF::NT_LLVM_OPENMP_OFFLOAD_VERSION, in addELFNotes()
496 Notes.emplace_back("LLVMOMPOFFLOAD", ELF::NT_LLVM_OPENMP_OFFLOAD_PRODUCER, in addELFNotes()
500 Notes.emplace_back("LLVMOMPOFFLOAD", in addELFNotes()
522 for (auto &N : Notes) { in addELFNotes()
/llvm-project-15.0.7/polly/docs/
H A DReleaseNotes.rst2 Release Notes |release| |ReleaseNotesTitle|

12345