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.cpp1271 decl->setDeclName(&ast.Idents.get(name)); in CreateRecordType()
1431 func_tmpl_decl->setDeclName(func_decl->getDeclName()); in CreateFunctionTemplateDecl()
1597 template_cxx_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1614 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1680 class_template_specialization_decl->setDeclName( in CreateClassTemplateSpecializationDecl()
1831 decl->setDeclName(&ast.Idents.get(name)); in CreateObjCClass()
2008 var_decl->setDeclName(&getASTContext().Idents.getOwn(name)); in CreateVariableDeclaration()
2167 func_decl->setDeclName(declarationName); in CreateFunctionDeclaration()
2226 decl->setDeclName(&ast.Idents.get(name)); in CreateParameterDeclaration()
2327 enum_decl->setDeclName(&ast.Idents.get(name)); in CreateEnumerationType()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3166 Method->setDeclName(SemaRef.Context.DeclarationNames.getCXXDestructorName( in VisitCXXMethodDecl()
5140 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
5170 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
H A DSemaOpenMP.cpp14385 TileCntDecl->setDeclName( in ActOnOpenMPTileDirective()
14662 StripeCntDecl->setDeclName( in ActOnOpenMPStripeDirective()
14997 InnerIVDecl->setDeclName(&SemaRef.PP.getIdentifierTable().get(InnerIVName)); in ActOnOpenMPUnrollDirective()
15229 ReversedIVDecl->setDeclName( in ActOnOpenMPReverseDirective()
15443 PermutedCntDecl->setDeclName( in ActOnOpenMPInterchangeDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h342 void setDeclName(DeclarationName N) { Name = N; } in setDeclName() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp690 ND->setDeclName(Record.readDeclarationName()); in VisitNamedDecl()