Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
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
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp143 static cl::opt<std::string> CompilerContext( variable