Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1300 decl->setDeclName(&ast.Idents.get(name)); in CreateRecordType()
1466 func_tmpl_decl->setDeclName(func_decl->getDeclName()); in CreateFunctionTemplateDecl()
1628 template_cxx_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1644 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1708 class_template_specialization_decl->setDeclName( in CreateClassTemplateSpecializationDecl()
1852 decl->setDeclName(&ast.Idents.get(name)); in CreateObjCClass()
2030 var_decl->setDeclName(&getASTContext().Idents.getOwn(name)); in CreateVariableDeclaration()
2189 func_decl->setDeclName(declarationName); in CreateFunctionDeclaration()
2251 decl->setDeclName(&ast.Idents.get(name)); in CreateParameterDeclaration()
2355 enum_decl->setDeclName(&ast.Idents.get(name)); in CreateEnumerationType()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2519 Method->setDeclName(SemaRef.Context.DeclarationNames.getCXXDestructorName( in VisitCXXMethodDecl()
4493 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
4523 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
H A DSemaOpenMP.cpp14734 TileCntDecl->setDeclName(&PP.getIdentifierTable().get(TileCntName)); in ActOnOpenMPTileDirective()
15042 InnerIVDecl->setDeclName(&PP.getIdentifierTable().get(InnerIVName)); in ActOnOpenMPUnrollDirective()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h316 void setDeclName(DeclarationName N) { Name = N; } in setDeclName() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp683 ND->setDeclName(Record.readDeclarationName()); in VisitNamedDecl()