Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp794 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass() local
796 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() local
896 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 …]
DClangASTSource.cpp1078 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls() local
1079 if (!function_decl_ctx) in FindObjCMethodDecls()
1083 TypeSystemClang::DeclContextGetAsObjCMethodDecl(function_decl_ctx); in FindObjCMethodDecls()