Home
last modified time | relevance | path

Searched refs:setDeclName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1248 decl->setDeclName(&ast.Idents.get(name)); in CreateRecordType()
1419 func_tmpl_decl->setDeclName(func_decl->getDeclName()); in CreateFunctionTemplateDecl()
1583 template_cxx_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1600 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1666 class_template_specialization_decl->setDeclName( in CreateClassTemplateSpecializationDecl()
1811 decl->setDeclName(&ast.Idents.get(name)); in CreateObjCClass()
1989 var_decl->setDeclName(&getASTContext().Idents.getOwn(name)); in CreateVariableDeclaration()
2148 func_decl->setDeclName(declarationName); in CreateFunctionDeclaration()
2210 decl->setDeclName(&ast.Idents.get(name)); in CreateParameterDeclaration()
2315 enum_decl->setDeclName(&ast.Idents.get(name)); in CreateEnumerationType()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2621 Method->setDeclName(SemaRef.Context.DeclarationNames.getCXXDestructorName( in VisitCXXMethodDecl()
4591 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
4621 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
H A DSemaOpenMP.cpp14203 TileCntDecl->setDeclName( in ActOnOpenMPTileDirective()
14554 InnerIVDecl->setDeclName(&SemaRef.PP.getIdentifierTable().get(InnerIVName)); in ActOnOpenMPUnrollDirective()
14786 ReversedIVDecl->setDeclName( in ActOnOpenMPReverseDirective()
14957 PermutedCntDecl->setDeclName( in ActOnOpenMPInterchangeDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h318 void setDeclName(DeclarationName N) { Name = N; } in setDeclName() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp706 ND->setDeclName(Record.readDeclarationName()); in VisitNamedDecl()