Searched refs:function_decl_ctx (Results 1 – 2 of 2) sorted by relevance
942 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in FindExternalVisibleDecls() local944 if (!function_decl_ctx) in FindExternalVisibleDecls()948 ClangASTContext::DeclContextGetAsCXXMethodDecl(function_decl_ctx); in FindExternalVisibleDecls()1037 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in FindExternalVisibleDecls() local1039 if (!function_decl_ctx) in FindExternalVisibleDecls()1043 ClangASTContext::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in FindExternalVisibleDecls()
1293 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls() local1294 if (!function_decl_ctx) in FindObjCMethodDecls()1298 ClangASTContext::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in FindObjCMethodDecls()