Home
last modified time | relevance | path

Searched refs:function_decl_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp942 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in FindExternalVisibleDecls() local
944 if (!function_decl_ctx) in FindExternalVisibleDecls()
948 ClangASTContext::DeclContextGetAsCXXMethodDecl(function_decl_ctx); in FindExternalVisibleDecls()
1037 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in FindExternalVisibleDecls() local
1039 if (!function_decl_ctx) in FindExternalVisibleDecls()
1043 ClangASTContext::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in FindExternalVisibleDecls()
H A DClangASTSource.cpp1293 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls() local
1294 if (!function_decl_ctx) in FindObjCMethodDecls()
1298 ClangASTContext::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in FindObjCMethodDecls()