Home
last modified time | relevance | path

Searched refs:CompilerContextKind (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp179 CompilerContext(CompilerContextKind::Module, ConstString(GetName()))); in GetDeclContext()
182 context.push_back(CompilerContext(CompilerContextKind::Namespace, in GetDeclContext()
186 context.push_back(CompilerContext(CompilerContextKind::Structure, in GetDeclContext()
191 CompilerContext(CompilerContextKind::Union, ConstString(GetName()))); in GetDeclContext()
195 CompilerContext(CompilerContextKind::Class, ConstString(GetName()))); in GetDeclContext()
198 context.push_back(CompilerContext(CompilerContextKind::Enumeration, in GetDeclContext()
202 context.push_back(CompilerContext(CompilerContextKind::Function, in GetDeclContext()
206 context.push_back(CompilerContext(CompilerContextKind::Variable, in GetDeclContext()
211 CompilerContext(CompilerContextKind::Typedef, ConstString(GetName()))); in GetDeclContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp41 case CompilerContextKind::Invalid: in Dump()
44 case CompilerContextKind::TranslationUnit: in Dump()
47 case CompilerContextKind::Module: in Dump()
50 case CompilerContextKind::Namespace: in Dump()
53 case CompilerContextKind::Class: in Dump()
56 case CompilerContextKind::Structure: in Dump()
59 case CompilerContextKind::Union: in Dump()
62 case CompilerContextKind::Function: in Dump()
65 case CompilerContextKind::Variable: in Dump()
68 case CompilerContextKind::Enumeration: in Dump()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-enumerations.h242 enum class CompilerContextKind { enum
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h31 CompilerContext(CompilerContextKind t, const ConstString &n) in CompilerContext()
40 CompilerContextKind type;