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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86612   SWIG_Python_SetConstant(d, "eBasicTypeObjCClass",SWIG_From_int(static_cast< int >(lldb::eBasicTypeObjCClass)));
tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
   67         clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  582             clang_type = m_ast.GetBasicType(eBasicTypeObjCClass);
tools/lldb/source/Symbol/ClangASTContext.cpp
 2010   case eBasicTypeObjCClass:
 5774         return eBasicTypeObjCClass;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   93   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeObjCClass),