Home
last modified time | relevance | path

Searched refs:UseContext (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/
H A DLookup.cpp47 const DeclContext *UseContext) { in usingFromDifferentCanonicalNamespace() argument
56 getAllNamedNamespaces(UseContext); in usingFromDifferentCanonicalNamespace()
124 const DeclContext &UseContext) { in isAmbiguousNameInScope() argument
135 getAllNamedNamespaces(&UseContext); in isAmbiguousNameInScope()
136 auto &AST = UseContext.getParentASTContext(); in isAmbiguousNameInScope()
150 const DeclContext *UseContext, in replaceNestedName() argument
172 UseContext)) { in replaceNestedName()
181 StringRef Suggested = getBestNamespaceSubstr(UseContext, ReplacementString, in replaceNestedName()
188 return isAmbiguousNameInScope(Suggested, ReplacementString, *UseContext) in replaceNestedName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DLookup.h41 const DeclContext *UseContext,