Home
last modified time | relevance | path

Searched defs:getDeclName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1151 auto getDeclName = [](Decl const *decl) { in ImportDefinitionTo() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h339 DeclarationName getDeclName() const { return Name; } in getDeclName() function
H A DExprCXX.h3487 DeclarationName getDeclName() const { return NameInfo.getName(); } in getDeclName() function