Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h52 struct CompilerContext { struct
53 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() function
62 CompilerContextKind kind; argument
66 const CompilerContext &rhs); argument