Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h136 CreateDeclInfoForUndecoratedName(llvm::StringRef uname);
H A DPdbAstBuilder.cpp174 return CreateDeclInfoForUndecoratedName(record.Name); in CreateDeclInfoForType()
322 PdbAstBuilder::CreateDeclInfoForUndecoratedName(llvm::StringRef name) { in CreateDeclInfoForUndecoratedName() function in PdbAstBuilder
372 return CreateDeclInfoForUndecoratedName(getSymbolName(sym)).first; in GetParentDeclContext()
398 return CreateDeclInfoForUndecoratedName(getSymbolName(global)).first;; in GetParentDeclContext()
409 return CreateDeclInfoForUndecoratedName(getSymbolName(global)).first; in GetParentDeclContext()