Searched refs:AddConstModifier (Results 1 – 9 of 9) sorted by relevance
454 clang_type = clang_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()524 ast_enum = ast_enum.AddConstModifier(); in CreateLLDBTypeFromPDBType()570 ast_typedef = ast_typedef.AddConstModifier(); in CreateLLDBTypeFromPDBType()717 builtin_ast_type = builtin_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()771 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
491 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveCompilerType()550 m_compiler_type = void_compiler_type.AddConstModifier(); in ResolveCompilerType()
232 CompilerType AddConstModifier() const;
260 virtual CompilerType AddConstModifier(lldb::opaque_compiler_type_t type);
324 record_type = record_type.AddConstModifier(); in TEST_F()873 CompilerType param_type = t.GetLValueReferenceType().AddConstModifier(); in TEST_F()925 CompilerType cv_bool = bool_.AddConstModifier().AddVolatileModifier(); in TEST_F()
703 CompilerType AddConstModifier(lldb::opaque_compiler_type_t type) override;
4576 TypeSystemClang::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystemClang