Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp716 CompilerType builtin_ast_type = GetBuiltinTypeForPDBEncodingAndBitSize( in CreateLLDBTypeFromPDBType() local
720 builtin_ast_type = builtin_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
723 builtin_ast_type = builtin_ast_type.AddVolatileModifier(); in CreateLLDBTypeFromPDBType()
725 auto type_name = GetPDBBuiltinTypeName(*builtin_type, builtin_ast_type); in CreateLLDBTypeFromPDBType()
730 builtin_ast_type, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()