Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h922 static CompilerType CreateMemberPointerType(const CompilerType &type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp719 pointer_ast_type = ClangASTContext::CreateMemberPointerType( in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1850 clang_type = ClangASTContext::CreateMemberPointerType( in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9032 ClangASTContext::CreateMemberPointerType(const CompilerType &type, in CreateMemberPointerType() function in ClangASTContext