Lines Matching defs:NNSL
151 std::string getKind(const NestedNameSpecifierLoc &NNSL) {
152 assert(NNSL.getNestedNameSpecifier());
153 switch (NNSL.getNestedNameSpecifier()->getKind()) {
279 std::string getDetail(const NestedNameSpecifierLoc &NNSL) {
280 const auto &NNS = *NNSL.getNestedNameSpecifier();
365 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSL) {
366 return !NNSL || traverseNode("specifier", NNSL, [&] {
367 Base::TraverseNestedNameSpecifierLoc(NNSL);
424 else if (const auto *NNSL = N.get<NestedNameSpecifierLoc>())
426 *const_cast<NestedNameSpecifierLoc *>(NNSL));