Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1815 decl->setDeclName(&ast.Idents.get(name)); in CreateObjCClass()
2149 func_decl->setDeclName(declarationName); in CreateFunctionDeclaration()
7262 field->setDeclName(ident); in AddFieldToRecordType()
7301 ivar->setDeclName(ident); in AddFieldToRecordType()
7465 var_decl->setDeclName(ident); in AddVariableToRecordType()
7560 cxx_dtor_decl->setDeclName( in AddMethodToCXXRecordType()
7572 cxx_ctor_decl->setDeclName( in AddMethodToCXXRecordType()
7599 cxx_method_decl->setDeclName( in AddMethodToCXXRecordType()
7610 cxx_conversion_decl->setDeclName( in AddMethodToCXXRecordType()
7890 getter->setDeclName(getter_sel); in AddObjCClassProperty()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2420 Method->setDeclName(SemaRef.Context.DeclarationNames.getCXXDestructorName( in VisitCXXMethodDecl()
4370 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
4400 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
H A DSemaOpenMP.cpp12681 TileCntDecl->setDeclName(&PP.getIdentifierTable().get(TileCntName)); in ActOnOpenMPTileDirective()
12988 InnerIVDecl->setDeclName(&PP.getIdentifierTable().get(InnerIVName)); in ActOnOpenMPUnrollDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h316 void setDeclName(DeclarationName N) { Name = N; } in setDeclName() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp664 ND->setDeclName(Record.readDeclarationName()); in VisitNamedDecl()