Searched refs:AddConstModifier (Results 1 – 8 of 8) sorted by relevance
454 clang_type = clang_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()523 ast_enum = ast_enum.AddConstModifier(); in CreateLLDBTypeFromPDBType()565 ast_typedef = ast_typedef.AddConstModifier(); in CreateLLDBTypeFromPDBType()691 builtin_ast_type = builtin_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()741 pointer_ast_type = pointer_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
76 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystem
456 CompilerType CompilerType::AddConstModifier() const { in AddConstModifier() function in CompilerType458 return m_type_system->AddConstModifier(m_type); in AddConstModifier()
448 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveClangType()498 m_compiler_type = void_compiler_type.AddConstModifier(); in ResolveClangType()
4923 ClangASTContext::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in ClangASTContext
252 CompilerType AddConstModifier() const;
260 virtual CompilerType AddConstModifier(lldb::opaque_compiler_type_t type);
711 CompilerType AddConstModifier(lldb::opaque_compiler_type_t type) override;