Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h136 CreateDeclInfoForUndecoratedName(llvm::StringRef uname);
H A DPdbAstBuilder.cpp278 return CreateDeclInfoForUndecoratedName(record.Name); in CreateDeclInfoForType()
574 PdbAstBuilder::CreateDeclInfoForUndecoratedName(llvm::StringRef name) { in CreateDeclInfoForUndecoratedName() function in PdbAstBuilder
610 return CreateDeclInfoForUndecoratedName(getSymbolName(sym)).first; in GetParentDeclContextForSymbol()
615 return CreateDeclInfoForUndecoratedName(getSymbolName(sym)).first; in GetParentDeclContextForSymbol()
701 return CreateDeclInfoForUndecoratedName(getSymbolName(global)).first; in GetParentDeclContext()