Home
last modified time | relevance | path

Searched defs:Recurse (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h55 using Recurse = DWARFBaseDIE::Recurse; global() variable
H A DDWARFBaseDIE.h117 enum class Recurse : bool { no, yes }; global() enum
/llvm-project/clang/test/Index/Core/
H A Dindex-dependent-source.cpp150 struct Recurse : Trait<typename Dropper<T>::Type> { }; struct
/llvm-project/clang/test/SemaCXX/
H A Dmember-init.cpp16 struct Recurse { // expected-error {{initializer for 'n' needed}} struct
19 Recurse().n : // expected-note {{in evaluation of exception spec}} argument
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp173 Recurse("recurse", variable
1020 PdbSymbolIdField Recurse) { in diaDumpChildren()
1063 PdbSymbolIdField Recurse = PdbSymbolIdField::None; in dumpDia() local
/llvm-project/llvm/lib/Support/
H A DJSON.cpp313 auto PrintValue = [&](const Value &V, ArrayRef<Segment> Path, auto &Recurse) { in printErrorContext()