Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp746 CompilerType pointer_ast_type; in CreateLLDBTypeFromPDBType() local
747 pointer_ast_type = TypeSystemClang::CreateMemberPointerType( in CreateLLDBTypeFromPDBType()
750 assert(pointer_ast_type); in CreateLLDBTypeFromPDBType()
759 CompilerType pointer_ast_type; in CreateLLDBTypeFromPDBType() local
760 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
762 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()
764 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()
766 pointer_ast_type = pointer_ast_type.GetPointerType(); in CreateLLDBTypeFromPDBType()
769 pointer_ast_type = pointer_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
772 pointer_ast_type = pointer_ast_type.AddVolatileModifier(); in CreateLLDBTypeFromPDBType()
[all …]