Searched refs:setDeclName (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1308 decl->setDeclName(&ast.Idents.get(name));
1434 func_tmpl_decl->setDeclName(func_decl->getDeclName());
1492 template_cxx_decl->setDeclName(decl_name);
1508 class_template_decl->setDeclName(decl_name);
1573 class_template_specialization_decl->setDeclName(
1706 decl->setDeclName(&ast.Idents.get(name));
1884 var_decl->setDeclName(&getASTContext().Idents.getOwn(name));
2013 func_decl->setDeclName(declarationName);
2076 decl->setDeclName(&ast.Idents.get(name));
2181 enum_decl->setDeclName(
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4193 FunctionParam->setDeclName(PatternParam->getDeclName());
4223 FunctionParam->setDeclName(PatternParam->getDeclName());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h275 void setDeclName(DeclarationName N) { Name = N; } function in class:clang::NamedDecl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp659 ND->setDeclName(Record.readDeclarationName());

Completed in 221 milliseconds