Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp808 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass() local
810 if (!function_decl_ctx) in LookUpLldbClass()
814 TypeSystemClang::DeclContextGetAsCXXMethodDecl(function_decl_ctx); in LookUpLldbClass()
845 function_decl_ctx.GetTypeSystem()->weak_from_this()); in LookUpLldbClass()
913 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbObjCClass() local
915 if (!function_decl_ctx) in LookUpLldbObjCClass()
919 TypeSystemClang::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in LookUpLldbObjCClass()
935 function_decl_ctx.GetTypeSystem()->weak_from_this()); in LookUpLldbObjCClass()
H A DClangASTSource.cpp1007 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls() local
1008 if (!function_decl_ctx) in FindObjCMethodDecls()
1012 TypeSystemClang::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in FindObjCMethodDecls()