Searched refs:function_decl_ctx (Results 1 – 2 of 2) sorted by relevance
815 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass() local817 if (!function_decl_ctx) in LookUpLldbClass()821 TypeSystemClang::DeclContextGetAsCXXMethodDecl(function_decl_ctx); in LookUpLldbClass()851 function_decl_ctx.GetTypeSystem()); in LookUpLldbClass()919 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbObjCClass() local921 if (!function_decl_ctx) in LookUpLldbObjCClass()925 TypeSystemClang::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in LookUpLldbObjCClass()940 function_decl_ctx.GetTypeSystem()); in LookUpLldbObjCClass()
1075 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls() local1076 if (!function_decl_ctx) in FindObjCMethodDecls()1080 TypeSystemClang::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in FindObjCMethodDecls()