Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.h114 void AddNamedDecl(clang::NamedDecl *decl);
DClangExpressionDeclMap.cpp757 context.AddNamedDecl(parser_named_decl); in SearchPersistenDecls()
1011 name_context.AddNamedDecl(namespace_decl); in LookupLocalVarNamespace()
1053 context.AddNamedDecl(copied_function); in LookupInModulesDeclVendor()
1058 context.AddNamedDecl(copied_var); in LookupInModulesDeclVendor()
1308 context.AddNamedDecl(copied_decl); in LookupFunction()
1774 context.AddNamedDecl(copied_function_template); in AddOneFunction()
1792 context.AddNamedDecl(copied_function_decl); in AddOneFunction()
1955 context.AddNamedDecl(typedef_decl); in AddContextClassType()
DNameSearchContext.cpp178 void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { in AddNamedDecl() function in NameSearchContext
DClangASTSource.cpp846 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()
886 context.AddNamedDecl(copied_named_decl); in FindDeclInModules()
932 context.AddNamedDecl(copied_named_decl); in FindDeclInObjCRuntime()
1109 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()
1238 context.AddNamedDecl(parser_property_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()
1253 context.AddNamedDecl(parser_ivar_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()