Searched refs:nns (Results 1 – 2 of 2) sorted by relevance
121 clang::NestedNameSpecifier *nns) { in ResolveDeclContext() argument126 if (nns) { in ResolveDeclContext()127 switch (nns->getKind()) { in ResolveDeclContext()129 return nns->getAsNamespace(); in ResolveDeclContext()131 return nns->getAsNamespaceAlias()->getNamespace(); in ResolveDeclContext()134 return nns->getAsRecordDecl(); in ResolveDeclContext()160 clang::NestedNameSpecifier *nns = nullptr; in CorrectTypo() local162 nns = scope_spec->getScopeRep(); in CorrectTypo()166 ResolveDeclContext(member_context, scope, nns); in CorrectTypo()174 return clang::TypoCorrection(decl, nns); in CorrectTypo()
53 clang::NestedNameSpecifier *nns);