Searched refs:function_decl_ctx (Results 1 – 2 of 2) sorted by relevance
814 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass() local816 if (!function_decl_ctx) in LookUpLldbClass()820 TypeSystemClang::DeclContextGetAsCXXMethodDecl(function_decl_ctx); in LookUpLldbClass()851 function_decl_ctx.GetTypeSystem()->weak_from_this()); 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()941 function_decl_ctx.GetTypeSystem()->weak_from_this()); 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()