LLDB mainline
|
CompilerContext allows an array of these items to be passed to perform detailed lookups in SymbolVendor and SymbolFile functions. More...
#include <Type.h>
Public Member Functions | |
CompilerContext (CompilerContextKind t, ConstString n) | |
bool | operator== (const CompilerContext &rhs) const |
bool | operator!= (const CompilerContext &rhs) const |
void | Dump (Stream &s) const |
Public Attributes | |
CompilerContextKind | kind |
ConstString | name |
CompilerContext allows an array of these items to be passed to perform detailed lookups in SymbolVendor and SymbolFile functions.
|
inline |
void CompilerContext::Dump | ( | Stream & | s | ) | const |
Definition at line 185 of file Type.cpp.
References lldb_private::AnyType, lldb_private::ClassOrStruct, lldb_private::Enum, lldb_private::Function, kind, lldb_private::Module, name, lldb_private::Namespace, lldb_private::TranslationUnit, lldb_private::Typedef, lldb_private::Union, and lldb_private::Variable.
Referenced by lldb_private::operator<<().
|
inline |
|
inline |
CompilerContextKind lldb_private::CompilerContext::kind |
Definition at line 62 of file Type.h.
Referenced by Dump(), and operator==().
ConstString lldb_private::CompilerContext::name |
Definition at line 63 of file Type.h.
Referenced by Dump(), and operator==().