Searched refs:AddConstModifier (Results 1 – 8 of 8) sorted by relevance
452 clang_type = clang_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()522 ast_enum = ast_enum.AddConstModifier(); in CreateLLDBTypeFromPDBType()568 ast_typedef = ast_typedef.AddConstModifier(); in CreateLLDBTypeFromPDBType()715 builtin_ast_type = builtin_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()769 pointer_ast_type = pointer_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
434 CompilerType CompilerType::AddConstModifier() const { in AddConstModifier() function in CompilerType436 return m_type_system->AddConstModifier(m_type); in AddConstModifier()
92 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystem
490 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveCompilerType()551 m_compiler_type = void_compiler_type.AddConstModifier(); in ResolveCompilerType()
232 CompilerType AddConstModifier() const;
261 virtual CompilerType AddConstModifier(lldb::opaque_compiler_type_t type);
711 CompilerType AddConstModifier(lldb::opaque_compiler_type_t type) override;
4544 TypeSystemClang::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystemClang