Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp923 context.AddNamedDecl(parser_named_decl); in FindExternalVisibleDecls()
1157 context.AddNamedDecl(namespace_decl); in FindExternalVisibleDecls()
1442 context.AddNamedDecl(copied_decl); in FindExternalVisibleDecls()
1498 context.AddNamedDecl(copied_function_decl); in FindExternalVisibleDecls()
1523 context.AddNamedDecl(copied_var_decl); in FindExternalVisibleDecls()
1994 context.AddNamedDecl(copied_function_template); in AddOneFunction()
2014 context.AddNamedDecl(copied_function_decl); in AddOneFunction()
2196 context.AddNamedDecl(typedef_decl); in AddThisType()
H A DClangASTSource.cpp930 context.AddNamedDecl(copied_named_decl); in FindExternalVisibleDecls()
985 context.AddNamedDecl(copied_named_decl); in FindExternalVisibleDecls()
1122 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()
1327 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()
1458 context.AddNamedDecl(parser_property_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()
1476 context.AddNamedDecl(parser_ivar_decl.decl); in FindObjCPropertyAndIvarDeclsWithOrigin()
2207 void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { in AddNamedDecl() function in NameSearchContext
H A DClangASTSource.h586 void AddNamedDecl(clang::NamedDecl *decl);