Lines Matching refs:PDBASTParser
356 PDBASTParser::PDBASTParser(lldb_private::TypeSystemClang &ast) : m_ast(ast) {} in PDBASTParser() function in PDBASTParser
358 PDBASTParser::~PDBASTParser() = default;
362 lldb::TypeSP PDBASTParser::CreateLLDBTypeFromPDBType(const PDBSymbol &type) { in CreateLLDBTypeFromPDBType()
789 bool PDBASTParser::CompleteTypeFromPDB( in CompleteTypeFromPDB()
830 PDBASTParser::GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclForSymbol()
991 PDBASTParser::GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclContextForSymbol()
1019 clang::DeclContext *PDBASTParser::GetDeclContextContainingSymbol( in GetDeclContextContainingSymbol()
1093 void PDBASTParser::ParseDeclsForDeclContext( in ParseDeclsForDeclContext()
1118 PDBASTParser::FindNamespaceDecl(const clang::DeclContext *parent, in FindNamespaceDecl()
1143 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
1191 bool PDBASTParser::CompleteTypeFromUDT( in CompleteTypeFromUDT()
1231 void PDBASTParser::AddRecordMembers( in AddRecordMembers()
1344 void PDBASTParser::AddRecordBases( in AddRecordBases()
1394 void PDBASTParser::AddRecordMethods(lldb_private::SymbolFile &symbol_file, in AddRecordMethods()
1404 PDBASTParser::AddRecordMethod(lldb_private::SymbolFile &symbol_file, in AddRecordMethod()