Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h136 CreateDeclInfoForUndecoratedName(llvm::StringRef uname);
H A DPdbAstBuilder.cpp175 return CreateDeclInfoForUndecoratedName(record.Name); in CreateDeclInfoForType()
323 PdbAstBuilder::CreateDeclInfoForUndecoratedName(llvm::StringRef name) { in CreateDeclInfoForUndecoratedName() function in PdbAstBuilder
373 return CreateDeclInfoForUndecoratedName(getSymbolName(sym)).first; in GetParentDeclContext()
399 return CreateDeclInfoForUndecoratedName(getSymbolName(global)).first;; in GetParentDeclContext()
410 return CreateDeclInfoForUndecoratedName(getSymbolName(global)).first; in GetParentDeclContext()