Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp462 clang_type = clang_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
531 ast_enum = ast_enum.AddConstModifier(); in CreateLLDBTypeFromPDBType()
577 ast_typedef = ast_typedef.AddConstModifier(); in CreateLLDBTypeFromPDBType()
722 builtin_ast_type = builtin_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
776 pointer_ast_type = pointer_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp91 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystem
H A DCompilerType.cpp503 CompilerType CompilerType::AddConstModifier() const { in AddConstModifier() function in CompilerType
506 return type_system_sp->AddConstModifier(m_type); in AddConstModifier()
H A DType.cpp501 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveCompilerType()
562 m_compiler_type = void_compiler_type.AddConstModifier(); in ResolveCompilerType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h293 CompilerType AddConstModifier() const;
H A DTypeSystem.h272 virtual CompilerType AddConstModifier(lldb::opaque_compiler_type_t type);
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h720 CompilerType AddConstModifier(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4625 TypeSystemClang::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystemClang