Searched refs:GetBasicType (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h122 GetBasicType();
126 GetBasicType(lldb::BasicType type);
H A DSBModule.h258 GetBasicType(lldb::BasicType type);
H A DSBTarget.h803 GetBasicType(lldb::BasicType type);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h149 GetBasicType (lldb::BasicType type);
152 GetBasicType (clang::ASTContext *ast, lldb::BasicType type);
155 GetBasicType (clang::ASTContext *ast, const ConstString &name);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp99 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
243 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp270 SBType::GetBasicType() function in class:SBType
278 SBType::GetBasicType(lldb::BasicType basic_type) function in class:SBType
281 return SBType (ClangASTContext::GetBasicType (m_opaque_sp->GetClangASTContext(false), basic_type));
H A DSBModule.cpp530 sb_type = SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), name));
536 SBModule::GetBasicType(lldb::BasicType type) function in class:SBModule
540 return SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), type));
573 SBType sb_type(ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), name));
H A DSBTarget.cpp2187 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename));
2193 SBTarget::GetBasicType(lldb::BasicType type) function in class:SBTarget
2200 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), type));
2267 sb_type_list.Append (SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename)));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectArgs.cpp226 clang_type = ast_context.GetBasicType(eBasicTypeVoid).GetPointerType();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp526 ClangASTType wchar_clang_type = ClangASTContext::GetBasicType(ast, lldb::eBasicTypeWChar);
614 ClangASTType wchar_clang_type = ClangASTContext::GetBasicType(ast, lldb::eBasicTypeWChar);
H A DNSDictionary.cpp71 ClangASTType id_clang_type = target_ast_context->GetBasicType (eBasicTypeObjCID);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp670 ClangASTContext::GetBasicType (ASTContext *ast, const ConstString &name) function in class:ClangASTContext
675 return ClangASTContext::GetBasicType (ast, basic_type);
684 m_pointer_byte_size = GetBasicType(lldb::eBasicTypeVoid).GetPointerType().GetByteSize();
689 ClangASTContext::GetBasicType (lldb::BasicType basic_type) function in class:ClangASTContext
691 return GetBasicType (getASTContext(), basic_type);
695 ClangASTContext::GetBasicType (ASTContext *ast, lldb::BasicType basic_type) function in class:ClangASTContext
H A DType.cpp548 ClangASTType void_clang_type (ClangASTContext::GetBasicType(GetClangASTContext().getASTContext(), eBasicTypeVoid));
H A DClangASTType.cpp1752 return ClangASTContext::GetBasicType(m_ast, basic_type);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1699 TypeFromUser user_type (ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPointerType().GetLValueReferenceType());
1700 TypeFromParser parser_type (ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid).GetPointerType().GetLValueReferenceType());
1994 ClangASTType void_clang_type = ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1468 clang_type = GetClangASTContext().GetBasicType(eBasicTypeVoid);
5808 clang_type = ast.GetBasicType(eBasicTypeNullPtr);
5848 clang_type = ast.GetBasicType(eBasicTypeObjCID);
5861 clang_type = ast.GetBasicType(eBasicTypeObjCClass);
5873 clang_type = ast.GetBasicType(eBasicTypeObjCSel);
5896 clang_type = ast.GetBasicType(eBasicTypeObjCID);
6569 return_clang_type = ast.GetBasicType(eBasicTypeVoid);

Completed in 239 milliseconds