Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h128 CreateDeclInfoForUndecoratedName(llvm::StringRef uname);
H A DPdbAstBuilder.cpp218 return CreateDeclInfoForUndecoratedName(record.Name); in CreateDeclInfoForType()
501 PdbAstBuilder::CreateDeclInfoForUndecoratedName(llvm::StringRef name) { in CreateDeclInfoForUndecoratedName() function in PdbAstBuilder
535 return CreateDeclInfoForUndecoratedName(getSymbolName(sym)).first; in GetParentDeclContextForSymbol()
540 return CreateDeclInfoForUndecoratedName(getSymbolName(sym)).first; in GetParentDeclContextForSymbol()
624 return CreateDeclInfoForUndecoratedName(getSymbolName(global)).first; in GetParentDeclContext()