Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerDecl.cpp24 return m_type_system->DeclGetDeclContext(m_opaque_decl); in GetDeclContext()
H A DTypeSystem.cpp158 CompilerDeclContext TypeSystem::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() function in TypeSystem
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeSystem.h108 virtual CompilerDeclContext DeclGetDeclContext(void *opaque_decl);
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h487 CompilerDeclContext DeclGetDeclContext(void *opaque_decl) override;
H A DTypeSystemClang.cpp9509 CompilerDeclContext TypeSystemClang::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() function in TypeSystemClang