Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h29 struct CompilerContext { struct
30 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() function
39 CompilerContextKind kind; argument
45 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain, argument
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp192 static cl::opt<std::string> CompilerContext( variable