Home
last modified time | relevance | path

Searched defs:first_child (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp1233 if (lldb::SBValue first_child = v.GetChildAtIndex(0)) { CreateVariable() local
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp52 ValueObjectSP first_child = pair.GetChildAtIndex(0); GetFirstValueOfLibCXXCompressedPair() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp493 auto first_child = enum_type->findOneChild<PDBSymbolData>(); in CreateLLDBTypeFromPDBType() local
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h17545 isl::schedule_node schedule_node::first_child() const in first_child() function