Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp815 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass() local
817 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() local
921 if (!function_decl_ctx) in LookUpLldbObjCClass()
925 TypeSystemClang::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in LookUpLldbObjCClass()
940 function_decl_ctx.GetTypeSystem()); in LookUpLldbObjCClass()
H A DClangASTSource.cpp1075 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls() local
1076 if (!function_decl_ctx) in FindObjCMethodDecls()
1080 TypeSystemClang::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in FindObjCMethodDecls()