Lines Matching refs:PDBASTParser
366 PDBASTParser::PDBASTParser(lldb_private::TypeSystemClang &ast) : m_ast(ast) {} in PDBASTParser() function in PDBASTParser
368 PDBASTParser::~PDBASTParser() = default;
372 lldb::TypeSP PDBASTParser::CreateLLDBTypeFromPDBType(const PDBSymbol &type) { in CreateLLDBTypeFromPDBType()
795 bool PDBASTParser::CompleteTypeFromPDB( in CompleteTypeFromPDB()
837 PDBASTParser::GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclForSymbol()
999 PDBASTParser::GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclContextForSymbol()
1028 clang::DeclContext *PDBASTParser::GetDeclContextContainingSymbol( in GetDeclContextContainingSymbol()
1103 void PDBASTParser::ParseDeclsForDeclContext( in ParseDeclsForDeclContext()
1129 PDBASTParser::FindNamespaceDecl(const clang::DeclContext *parent, in FindNamespaceDecl()
1154 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
1202 bool PDBASTParser::CompleteTypeFromUDT( in CompleteTypeFromUDT()
1242 void PDBASTParser::AddRecordMembers( in AddRecordMembers()
1355 void PDBASTParser::AddRecordBases( in AddRecordBases()
1405 void PDBASTParser::AddRecordMethods(lldb_private::SymbolFile &symbol_file, in AddRecordMethods()
1415 PDBASTParser::AddRecordMethod(lldb_private::SymbolFile &symbol_file, in AddRecordMethod()