Searched defs:opaque_decl_ctx (Results 1 – 3 of 3) sorted by relevance
185 TypeSystem::DeclContextGetCompilerContext(void *opaque_decl_ctx) { in DeclContextGetCompilerContext()190 TypeSystem::DeclContextFindDeclByName(void *opaque_decl_ctx, ConstString name, in DeclContextFindDeclByName()
9277 void *opaque_decl_ctx, ConstString name, const bool ignore_using_decls) { in DeclContextFindDeclByName()9454 ConstString TypeSystemClang::DeclContextGetName(void *opaque_decl_ctx) { in DeclContextGetName()9471 TypeSystemClang::DeclContextGetScopeQualifiedName(void *opaque_decl_ctx) { in DeclContextGetScopeQualifiedName()9481 bool TypeSystemClang::DeclContextIsClassMethod(void *opaque_decl_ctx) { in DeclContextIsClassMethod()9500 TypeSystemClang::DeclContextGetCompilerContext(void *opaque_decl_ctx) { in DeclContextGetCompilerContext()9508 void *opaque_decl_ctx, void *other_opaque_decl_ctx) { in DeclContextIsContainedInLookup()9535 TypeSystemClang::DeclContextGetLanguage(void *opaque_decl_ctx) { in DeclContextGetLanguage()
2238 auto opaque_decl_ctx = in EnsureAllDIEsInDeclContextHaveBeenParsed() local