Home
last modified time | relevance | path

Searched refs:GetPDBParser (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp318 clang_type_system->GetPDBParser()->GetDeclForSymbol(pdb_func); in ParseCompileUnitFunctionForPDBFunc()
559 PDBASTParser *pdb = clang_type_system->GetPDBParser(); in ResolveTypeUID()
591 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in CompleteType()
604 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in GetDeclForUID()
626 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in GetDeclContextForUID()
648 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in GetDeclContextContainingUID()
669 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in ParseDeclsForContext()
1616 return clang_type_system->GetPDBParser(); in GetPDBAstParser()
1628 PDBASTParser *pdb = clang_type_system->GetPDBParser(); in FindNamespace()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h459 PDBASTParser *GetPDBParser();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9885 PDBASTParser *ClangASTContext::GetPDBParser() { in GetPDBParser() function in ClangASTContext