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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86614   SWIG_Python_SetConstant(d, "eBasicTypeNullPtr",SWIG_From_int(static_cast< int >(lldb::eBasicTypeNullPtr)));
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  480         clang_type = m_ast.GetBasicType(eBasicTypeNullPtr);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  699     return GetBasicType(lldb::eBasicTypeNullPtr);
tools/lldb/source/Symbol/ClangASTContext.cpp
  981       g_type_map.Append(ConstString("nullptr"), eBasicTypeNullPtr);
 2014   case eBasicTypeNullPtr:
 5770         return eBasicTypeNullPtr;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   91   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeNullPtr),
  169   EXPECT_EQ(GetBasicQualType(eBasicTypeNullPtr), GetBasicQualType("nullptr"));