reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  376   GetTypeInfo(CompilerType *pointee_or_element_compiler_type = nullptr);

References

tools/lldb/source/Core/ValueObject.cpp
  621   const uint32_t type_info = GetTypeInfo();
  746   const Flags type_flags(GetTypeInfo(&pointee_or_element_compiler_type));
  764   const uint32_t type_info = GetTypeInfo(&pointee_or_element_compiler_type);
  977   const Flags type_flags(GetTypeInfo(&elem_or_pointee_compiler_type));
 1241   Flags flags(GetTypeInfo());
 1277   Flags flags(GetTypeInfo());
tools/lldb/source/Expression/UserExpression.cpp
  153     if (!(ctx_obj->GetTypeInfo() & ctx_type_mask)) {