Searched refs:AddNamedDecl (Results 1 – 4 of 4) sorted by relevance
113 void AddNamedDecl(clang::NamedDecl *decl);
784 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()824 context.AddNamedDecl(copied_named_decl); in FindDeclInModules()870 context.AddNamedDecl(copied_named_decl); in FindDeclInObjCRuntime()1038 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()1167 context.AddNamedDecl(parser_property_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()1182 context.AddNamedDecl(parser_ivar_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()
775 context.AddNamedDecl(parser_named_decl); in SearchPersistenDecls()1005 name_context.AddNamedDecl(namespace_decl); in LookupLocalVarNamespace()1048 context.AddNamedDecl(copied_function); in LookupInModulesDeclVendor()1052 context.AddNamedDecl(copied_var); in LookupInModulesDeclVendor()1321 context.AddNamedDecl(copied_decl); in LookupFunction()1846 context.AddNamedDecl(copied_function_template); in AddOneFunction()1864 context.AddNamedDecl(copied_function_decl); in AddOneFunction()2027 context.AddNamedDecl(typedef_decl); in AddContextClassType()
178 void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { in AddNamedDecl() function in NameSearchContext