Searched refs:function_decl_ctx (Results 1 – 2 of 2) sorted by relevance
794 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass() local796 if (!function_decl_ctx) in LookUpLldbClass()800 TypeSystemClang::DeclContextGetAsCXXMethodDecl(function_decl_ctx); in LookUpLldbClass()808 function_decl_ctx.GetTypeSystem()); in LookUpLldbClass()822 function_decl_ctx.GetTypeSystem()); in LookUpLldbClass()894 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbObjCClass() local896 if (!function_decl_ctx) in LookUpLldbObjCClass()900 TypeSystemClang::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in LookUpLldbObjCClass()915 function_decl_ctx.GetTypeSystem()); in LookUpLldbObjCClass()930 function_decl_ctx.GetTypeSystem()); in LookUpLldbObjCClass()[all …]
1078 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls() local1079 if (!function_decl_ctx) in FindObjCMethodDecls()1083 TypeSystemClang::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in FindObjCMethodDecls()