Searched refs:AddConstModifier (Results 1 – 9 of 9) sorted by relevance
461 clang_type = clang_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()530 ast_enum = ast_enum.AddConstModifier(); in CreateLLDBTypeFromPDBType()575 ast_typedef = ast_typedef.AddConstModifier(); in CreateLLDBTypeFromPDBType()720 builtin_ast_type = builtin_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()774 pointer_ast_type = pointer_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
342 CompilerType AddConstModifier() const;
277 virtual CompilerType AddConstModifier(lldb::opaque_compiler_type_t type);
92 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystem
688 CompilerType CompilerType::AddConstModifier() const { in AddConstModifier() function in CompilerType691 return type_system_sp->AddConstModifier(m_type); in AddConstModifier()
584 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveCompilerType()646 m_compiler_type = void_compiler_type.AddConstModifier(); in ResolveCompilerType()
390 compiler_type = ref_type->GetFullCompilerType().AddConstModifier(); in CreateModifier()
791 CompilerType AddConstModifier(lldb::opaque_compiler_type_t type) override;
4550 TypeSystemClang::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystemClang