Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp454 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeSystem.cpp76 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in TypeSystem
H A DCompilerType.cpp456 CompilerType CompilerType::AddConstModifier() const { in AddConstModifier() function in CompilerType
458 return m_type_system->AddConstModifier(m_type); in AddConstModifier()
H A DType.cpp448 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveClangType()
498 m_compiler_type = void_compiler_type.AddConstModifier(); in ResolveClangType()
H A DClangASTContext.cpp4923 ClangASTContext::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h252 CompilerType AddConstModifier() const;
H A DTypeSystem.h260 virtual CompilerType AddConstModifier(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h711 CompilerType AddConstModifier(lldb::opaque_compiler_type_t type) override;