Searched refs:nameSpace (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp68 const std::string &nameSpace() const { return NS; } function in class:__anon2432::FlattenedSpelling
1438 std::string Namespace = Spellings[I].nameSpace();
1455 std::string Namespace = Spellings[I].nameSpace();
1579 if (S.nameSpace() != Spelling.nameSpace())
1651 const std::string &Namespace = S.nameSpace();
3105 (Scope.empty() || Scope == S.nameSpace())))
3134 CXX[SI.nameSpace()].push_back(R);
3136 C2x[SI.nameSpace()].push_back(R);
3196 << " && Scope == \"" << Spellings[I].nameSpace() << "\")\
[all...]

Completed in 120 milliseconds