Lines Matching refs:PDBASTParser
365 PDBASTParser::PDBASTParser(lldb_private::TypeSystemClang &ast) : m_ast(ast) {} in PDBASTParser() function in PDBASTParser
367 PDBASTParser::~PDBASTParser() = default;
371 lldb::TypeSP PDBASTParser::CreateLLDBTypeFromPDBType(const PDBSymbol &type) { in CreateLLDBTypeFromPDBType()
793 bool PDBASTParser::CompleteTypeFromPDB( in CompleteTypeFromPDB()
835 PDBASTParser::GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclForSymbol()
997 PDBASTParser::GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclContextForSymbol()
1026 clang::DeclContext *PDBASTParser::GetDeclContextContainingSymbol( in GetDeclContextContainingSymbol()
1101 void PDBASTParser::ParseDeclsForDeclContext( in ParseDeclsForDeclContext()
1127 PDBASTParser::FindNamespaceDecl(const clang::DeclContext *parent, in FindNamespaceDecl()
1152 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
1200 bool PDBASTParser::CompleteTypeFromUDT( in CompleteTypeFromUDT()
1240 void PDBASTParser::AddRecordMembers( in AddRecordMembers()
1362 void PDBASTParser::AddRecordBases( in AddRecordBases()
1412 void PDBASTParser::AddRecordMethods(lldb_private::SymbolFile &symbol_file, in AddRecordMethods()
1422 PDBASTParser::AddRecordMethod(lldb_private::SymbolFile &symbol_file, in AddRecordMethod()