Searched defs:GetNativePDBParser (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ | ||
H A D | TypeSystem.h | 89 virtual npdb::PdbAstBuilder *GetNativePDBParser() { return nullptr; } GetNativePDBParser() function |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 8896 npdb::PdbAstBuilder *TypeSystemClang::GetNativePDBParser() { GetNativePDBParser() function in TypeSystemClang |