Home
last modified time | relevance | path

Searched refs:AddConstModifier (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp461 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()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDTypeSystem.cpp92 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystem
HDCompilerType.cpp716 CompilerType CompilerType::AddConstModifier() const { in AddConstModifier() function in CompilerType
719 return type_system_sp->AddConstModifier(m_type); in AddConstModifier()
HDType.cpp589 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveCompilerType()
657 m_compiler_type = void_compiler_type.AddConstModifier(); in ResolveCompilerType()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h348 CompilerType AddConstModifier() const;
HDTypeSystem.h291 virtual CompilerType AddConstModifier(lldb::opaque_compiler_type_t type);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
HDSymbolFileCTF.cpp390 compiler_type = ref_type->GetFullCompilerType().AddConstModifier(); in CreateModifier()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h802 CompilerType AddConstModifier(lldb::opaque_compiler_type_t type) override;
HDTypeSystemClang.cpp4594 TypeSystemClang::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystemClang