Searched refs:AddConstModifier (Results 1 – 8 of 8) sorted by relevance
462 clang_type = clang_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()531 ast_enum = ast_enum.AddConstModifier(); in CreateLLDBTypeFromPDBType()577 ast_typedef = ast_typedef.AddConstModifier(); in CreateLLDBTypeFromPDBType()722 builtin_ast_type = builtin_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()776 pointer_ast_type = pointer_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
91 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystem
503 CompilerType CompilerType::AddConstModifier() const { in AddConstModifier() function in CompilerType506 return type_system_sp->AddConstModifier(m_type); in AddConstModifier()
501 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveCompilerType()562 m_compiler_type = void_compiler_type.AddConstModifier(); in ResolveCompilerType()
293 CompilerType AddConstModifier() const;
272 virtual CompilerType AddConstModifier(lldb::opaque_compiler_type_t type);
720 CompilerType AddConstModifier(lldb::opaque_compiler_type_t type) override;
4625 TypeSystemClang::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystemClang