Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp718 CompilerType pointer_ast_type; in CreateLLDBTypeFromPDBType() local
719 pointer_ast_type = ClangASTContext::CreateMemberPointerType( in CreateLLDBTypeFromPDBType()
722 assert(pointer_ast_type); in CreateLLDBTypeFromPDBType()
731 CompilerType pointer_ast_type; in CreateLLDBTypeFromPDBType() local
732 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
734 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()
736 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()
738 pointer_ast_type = pointer_ast_type.GetPointerType(); in CreateLLDBTypeFromPDBType()
741 pointer_ast_type = pointer_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()
744 pointer_ast_type = pointer_ast_type.AddVolatileModifier(); in CreateLLDBTypeFromPDBType()
[all …]