Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h114 void AddNamedDecl(clang::NamedDecl *decl);
H A DClangExpressionDeclMap.cpp782 context.AddNamedDecl(parser_named_decl); in SearchPersistenDecls()
1010 name_context.AddNamedDecl(namespace_decl); in LookupLocalVarNamespace()
1053 context.AddNamedDecl(copied_function); in LookupInModulesDeclVendor()
1058 context.AddNamedDecl(copied_var); in LookupInModulesDeclVendor()
1335 context.AddNamedDecl(copied_decl); in LookupFunction()
1862 context.AddNamedDecl(copied_function_template); in AddOneFunction()
1880 context.AddNamedDecl(copied_function_decl); in AddOneFunction()
2043 context.AddNamedDecl(typedef_decl); in AddContextClassType()
H A DClangASTSource.cpp842 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()
882 context.AddNamedDecl(copied_named_decl); in FindDeclInModules()
928 context.AddNamedDecl(copied_named_decl); in FindDeclInObjCRuntime()
1106 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()
1235 context.AddNamedDecl(parser_property_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()
1250 context.AddNamedDecl(parser_ivar_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()
H A DNameSearchContext.cpp180 void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { in AddNamedDecl() function in NameSearchContext