Home
last modified time | relevance | path

Searched refs:DeclGetDeclContext (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerDecl.cpp29 return m_type_system->DeclGetDeclContext(m_opaque_decl); in GetDeclContext()
H A DTypeSystem.cpp136 CompilerDeclContext TypeSystem::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() function in TypeSystem
H A DClangASTContext.cpp9955 CompilerDeclContext ClangASTContext::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeSystem.h108 virtual CompilerDeclContext DeclGetDeclContext(void *opaque_decl);
H A DClangASTContext.h486 CompilerDeclContext DeclGetDeclContext(void *opaque_decl) override;