Lines Matching defs:Namespace
58 const std::string &Namespace, bool KnownToGCC,
60 : V(Variety), N(Name), NS(Namespace), K(KnownToGCC),
69 NS = std::string(Spelling.getValueAsString("Namespace"));
1610 std::string Namespace = Spellings[I].nameSpace();
1611 if (!Namespace.empty()) {
1612 Spelling += Namespace;
1627 std::string Namespace = Spellings[I].nameSpace();
1628 if (!Namespace.empty()) {
1629 Spelling += Namespace;
1792 const std::string &Namespace = S.nameSpace();
1796 if (!Namespace.empty())
1797 EnumName += (NormalizeNameForSpellingComparison(Namespace).str() +