Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1819 decl->setDeclName(&ast.Idents.get(name)); in CreateObjCClass()
2155 func_decl->setDeclName(declarationName); in CreateFunctionDeclaration()
7347 field->setDeclName(ident); in AddFieldToRecordType()
7394 ivar->setDeclName(ident); in AddFieldToRecordType()
7558 var_decl->setDeclName(ident); in AddVariableToRecordType()
7653 cxx_dtor_decl->setDeclName( in AddMethodToCXXRecordType()
7665 cxx_ctor_decl->setDeclName( in AddMethodToCXXRecordType()
7692 cxx_method_decl->setDeclName( in AddMethodToCXXRecordType()
7703 cxx_conversion_decl->setDeclName( in AddMethodToCXXRecordType()
7988 getter->setDeclName(getter_sel); in AddObjCClassProperty()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2488 Method->setDeclName(SemaRef.Context.DeclarationNames.getCXXDestructorName( in VisitCXXMethodDecl()
4431 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
4461 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
H A DSemaOpenMP.cpp14594 TileCntDecl->setDeclName(&PP.getIdentifierTable().get(TileCntName)); in ActOnOpenMPTileDirective()
14902 InnerIVDecl->setDeclName(&PP.getIdentifierTable().get(InnerIVName)); in ActOnOpenMPUnrollDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h314 void setDeclName(DeclarationName N) { Name = N; } in setDeclName() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp678 ND->setDeclName(Record.readDeclarationName()); in VisitNamedDecl()