Lines Matching refs:PDBASTParser
358 PDBASTParser::PDBASTParser(lldb_private::TypeSystemClang &ast) : m_ast(ast) {} in PDBASTParser() function in PDBASTParser
360 PDBASTParser::~PDBASTParser() = default;
364 lldb::TypeSP PDBASTParser::CreateLLDBTypeFromPDBType(const PDBSymbol &type) { in CreateLLDBTypeFromPDBType()
791 bool PDBASTParser::CompleteTypeFromPDB( in CompleteTypeFromPDB()
833 PDBASTParser::GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclForSymbol()
995 PDBASTParser::GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclContextForSymbol()
1024 clang::DeclContext *PDBASTParser::GetDeclContextContainingSymbol( in GetDeclContextContainingSymbol()
1099 void PDBASTParser::ParseDeclsForDeclContext( in ParseDeclsForDeclContext()
1125 PDBASTParser::FindNamespaceDecl(const clang::DeclContext *parent, in FindNamespaceDecl()
1150 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
1198 bool PDBASTParser::CompleteTypeFromUDT( in CompleteTypeFromUDT()
1238 void PDBASTParser::AddRecordMembers( in AddRecordMembers()
1351 void PDBASTParser::AddRecordBases( in AddRecordBases()
1401 void PDBASTParser::AddRecordMethods(lldb_private::SymbolFile &symbol_file, in AddRecordMethods()
1411 PDBASTParser::AddRecordMethod(lldb_private::SymbolFile &symbol_file, in AddRecordMethod()