Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h27 struct CompilerContext { struct
28 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() function
37 CompilerContextKind kind; argument
43 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain, argument
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp145 static cl::opt<std::string> CompilerContext( variable