Lines Matching refs:nameSpace
66 const std::string &nameSpace() const { return NS; } in nameSpace() function in __anon307181880111::FlattenedSpelling
1307 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction()
1321 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction()
1398 if (S.nameSpace() != Spelling.nameSpace()) in getSpellingListIndex()
1459 const std::string &Namespace = S.nameSpace(); in CreateSemanticSpellings()
2285 (Scope.empty() || Scope == S.nameSpace()))) in GenerateHasAttrSpellingStringSwitch()
2312 CXX[SI.nameSpace()].push_back(R); in EmitClangAttrHasAttrImpl()
2367 << " && Scope == \"" << Spellings[I].nameSpace() << "\")\n" in EmitClangAttrSpellingListIndex()
3012 Spelling += S.nameSpace(); in EmitClangAttrParsedAttrKinds()
3181 if (Kind == CXX11 && !I.nameSpace().empty()) in WriteDocumentation()
3182 Name = I.nameSpace() + "::"; in WriteDocumentation()