Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h50 struct CompilerContext { struct
51 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() argument
60 CompilerContextKind kind; argument
66 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain, argument