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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp723 CompilerType pointer_ast_type; local
724 pointer_ast_type = ClangASTContext::CreateMemberPointerType(
727 assert(pointer_ast_type);
732 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type,
736 CompilerType pointer_ast_type; local
737 pointer_ast_type = pointee_type->GetFullCompilerType();
739 pointer_ast_type = pointer_ast_type.GetLValueReferenceType();
741 pointer_ast_type = pointer_ast_type
[all...]

Completed in 99 milliseconds