Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp751 CompilerType pointer_ast_type; in CreateLLDBTypeFromPDBType() local
752 pointer_ast_type = TypeSystemClang::CreateMemberPointerType( in CreateLLDBTypeFromPDBType()
755 assert(pointer_ast_type); in CreateLLDBTypeFromPDBType()
764 CompilerType pointer_ast_type; in CreateLLDBTypeFromPDBType() local
765 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
767 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()
769 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()
771 pointer_ast_type = pointer_ast_type.GetPointerType(); in CreateLLDBTypeFromPDBType()
774 pointer_ast_type = pointer_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
777 pointer_ast_type = pointer_ast_type.AddVolatileModifier(); in CreateLLDBTypeFromPDBType()
[all …]