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()
92 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystem
716 CompilerType CompilerType::AddConstModifier() const { in AddConstModifier() function in CompilerType719 return type_system_sp->AddConstModifier(m_type); in AddConstModifier()
589 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveCompilerType()657 m_compiler_type = void_compiler_type.AddConstModifier(); in ResolveCompilerType()
348 CompilerType AddConstModifier() const;
291 virtual CompilerType AddConstModifier(lldb::opaque_compiler_type_t type);
390 compiler_type = ref_type->GetFullCompilerType().AddConstModifier(); in CreateModifier()
802 CompilerType AddConstModifier(lldb::opaque_compiler_type_t type) override;
4594 TypeSystemClang::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystemClang