Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/pyobjsynthprovider/
H A Dprovider.py3 import lldb.formatters.synth
7 lldb.formatters.synth.PythonObjectSyntheticChildProvider):
10 lldb.formatters.synth.PythonObjectSyntheticChildProvider.__init__(
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeCategory.cpp119 ScriptedSyntheticChildren::SharedPointer synth; in Get() local
120 if (!GetTypeSyntheticsContainer()->Get(candidates, synth)) in Get()
121 GetRegexTypeSyntheticsContainer()->Get(candidates, synth); in Get()
122 if (!filter_sp.get() && !synth.get()) in Get()
124 else if (!filter_sp.get() && synth.get()) in Get()
127 else if (filter_sp.get() && !synth.get()) in Get()
132 pick_synth = filter_sp->GetRevision() <= synth->GetRevision(); in Get()
135 entry = synth; in Get()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp485 SBTypeSynthetic synth) { in AddTypeSynthetic() argument
486 LLDB_INSTRUMENT_VA(this, type_name, synth); in AddTypeSynthetic()
494 if (!synth.IsValid()) in AddTypeSynthetic()
503 if (synth.IsClassCode()) { in AddTypeSynthetic()
506 const char *script = synth.GetData(); in AddTypeSynthetic()
523 synth.SetClassName(output.c_str()); in AddTypeSynthetic()
533 RegularExpression(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
536 ConstString(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp339 Symbol *&synth = personalityTable[{defined->isec, defined->value}]; in canonicalizePersonality() local
340 if (synth == nullptr) in canonicalizePersonality()
341 synth = defined; in canonicalizePersonality()
342 else if (synth != defined) in canonicalizePersonality()
343 return synth; in canonicalizePersonality()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DSpaceshipProjects.csv5 | `[expos.only.func] <https://wg21.link/expos.only.func>`_,"| `synth-three-way <https://reviews.llv…
6 | `synth-three-way-result <https://reviews.llvm.org/D107721>`_",[cmp.concept],Kent Ross,|Complete|
/llvm-project-15.0.7/libcxx/include/
H A Dutility113 constexpr common_comparison_type_t<synth-three-way-result<T1>,
114 synth-three-way-result<T2>>
H A Dtuple187 constexpr common_comparison_category_t<synth-three-way-result<T, U>...>
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp341 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSSetSyntheticFrontEndCreator() argument
397 return iter->second(synth, valobj_sp); in NSSetSyntheticFrontEndCreator()
H A DNSArray.cpp796 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSArraySyntheticFrontEndCreator() argument
869 return iter->second(synth, valobj_sp); in NSArraySyntheticFrontEndCreator()
H A DNSDictionary.cpp521 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSDictionarySyntheticFrontEndCreator() argument
586 return candidate.second(synth, valobj_sp); in NSDictionarySyntheticFrontEndCreator()
/llvm-project-15.0.7/lldb/bindings/python/
H A DCMakeLists.txt93 "${LLDB_SOURCE_DIR}/examples/summaries/synth.py"
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1978 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize() argument
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1250 bool synth = Record.readInt(); in VisitObjCIvarDecl() local
1251 IVD->setSynthesize(synth); in VisitObjCIvarDecl()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticGroups.td605 def : DiagGroup<"synth">;
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptions.td1215 let Command = "type synth add" in {