Home
last modified time | relevance | path

Searched refs:eBasicTypeChar (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DSelector.py13 lldb.eBasicTypeChar).GetPointerType()).GetSummary()
19 lldb.eBasicTypeChar)).AddressOf().GetSummary()
H A DCFString.py152 lldb.eBasicTypeChar).GetPointerType()
176 lldb.eBasicTypeChar).GetPointerType())
193 lldb.eBasicTypeChar)).AddressOf()
200 lldb.eBasicTypeChar).GetPointerType())
291 lldb.eBasicTypeChar))
H A DCFBitVector.py72 ).GetBasicType(lldb.eBasicTypeChar).GetPointerType()
H A DNSNumber.py81 ).GetBasicType(lldb.eBasicTypeChar)
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp43 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
49 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar) in GetCompilerTypeForFormat()
70 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/
H A Dftsp.py31 self.char = self.valobj.GetType().GetBasicType(lldb.eBasicTypeChar)
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Symbol/
H A DClangTestUtils.h63 *ast, "Source", ast->GetBasicType(lldb::BasicType::eBasicTypeChar), in SourceASTWithRecord()
/llvm-project-15.0.7/lldb/examples/summaries/
H A Dsynth.py48 lldb.eBasicTypeChar).GetArrayType(
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h752 eBasicTypeChar, enumerator
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp55 context.hasSameType(GetBasicQualType(eBasicTypeChar), context.CharTy)); in TEST_F()
116 EXPECT_EQ(GetBasicQualType(eBasicTypeChar), GetBasicQualType("char")); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp637 = ast->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp836 return lldb::eBasicTypeChar; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig560 if basic_type == eBasicTypeChar: return (True,False)
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1181 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp118 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1360 ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1014 .. py:data:: eBasicTypeChar
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp866 g_type_map.Append(ConstString("char"), eBasicTypeChar); in GetBasicTypeEnumeration()
2013 case eBasicTypeChar: in GetOpaqueCompilerType()