Home
last modified time | relevance | path

Searched refs:AddNamedDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h114 void AddNamedDecl(clang::NamedDecl *decl);
H A DClangExpressionDeclMap.cpp776 context.AddNamedDecl(parser_named_decl); in SearchPersistenDecls()
1006 name_context.AddNamedDecl(namespace_decl); in LookupLocalVarNamespace()
1049 context.AddNamedDecl(copied_function); in LookupInModulesDeclVendor()
1054 context.AddNamedDecl(copied_var); in LookupInModulesDeclVendor()
1324 context.AddNamedDecl(copied_decl); in LookupFunction()
1851 context.AddNamedDecl(copied_function_template); in AddOneFunction()
1869 context.AddNamedDecl(copied_function_decl); in AddOneFunction()
2032 context.AddNamedDecl(typedef_decl); in AddContextClassType()
H A DClangASTSource.cpp834 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()
874 context.AddNamedDecl(copied_named_decl); in FindDeclInModules()
920 context.AddNamedDecl(copied_named_decl); in FindDeclInObjCRuntime()
1088 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()
1217 context.AddNamedDecl(parser_property_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()
1232 context.AddNamedDecl(parser_ivar_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()
H A DNameSearchContext.cpp178 void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { in AddNamedDecl() function in NameSearchContext