Home
last modified time | relevance | path

Searched refs:CreateDeclInfoForUndecoratedName (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h127 CreateDeclInfoForUndecoratedName(llvm::StringRef uname);
H A DPdbAstBuilder.cpp221 return CreateDeclInfoForUndecoratedName(record.Name); in CreateDeclInfoForType()
502 PdbAstBuilder::CreateDeclInfoForUndecoratedName(llvm::StringRef name) { in CreateDeclInfoForUndecoratedName() function in PdbAstBuilder
536 return CreateDeclInfoForUndecoratedName(getSymbolName(sym)).first; in GetParentDeclContextForSymbol()
541 return CreateDeclInfoForUndecoratedName(getSymbolName(sym)).first; in GetParentDeclContextForSymbol()
625 return CreateDeclInfoForUndecoratedName(getSymbolName(global)).first; in GetParentDeclContext()