Home
last modified time | relevance | path

Searched refs:DeclContextGetAsCXXMethodDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp153 TypeSystemClang::DeclContextGetAsCXXMethodDecl(decl_context)) { in ScanContext()
H A DClangExpressionDeclMap.cpp814 TypeSystemClang::DeclContextGetAsCXXMethodDecl(function_decl_ctx); in LookUpLldbClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h612 DeclContextGetAsCXXMethodDecl(const CompilerDeclContext &dc);
H A DTypeSystemClang.cpp9572 TypeSystemClang::DeclContextGetAsCXXMethodDecl(const CompilerDeclContext &dc) { in DeclContextGetAsCXXMethodDecl() function in TypeSystemClang