Searched refs:UseContext (Results 1 – 2 of 2) sorted by relevance
47 const DeclContext *UseContext) { in usingFromDifferentCanonicalNamespace() argument56 getAllNamedNamespaces(UseContext); in usingFromDifferentCanonicalNamespace()124 const DeclContext &UseContext) { in isAmbiguousNameInScope() argument135 getAllNamedNamespaces(&UseContext); in isAmbiguousNameInScope()136 auto &AST = UseContext.getParentASTContext(); in isAmbiguousNameInScope()150 const DeclContext *UseContext, in replaceNestedName() argument172 UseContext)) { in replaceNestedName()181 StringRef Suggested = getBestNamespaceSubstr(UseContext, ReplacementString, in replaceNestedName()188 return isAmbiguousNameInScope(Suggested, ReplacementString, *UseContext) in replaceNestedName()
41 const DeclContext *UseContext,