Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp74 const std::string &nameSpace() const { return NS; } in nameSpace() function in __anone44e3aff0111::FlattenedSpelling
1610 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction()
1627 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction()
1721 if (S.nameSpace() != Spelling.nameSpace()) in getSpellingListIndex()
1792 const std::string &Namespace = S.nameSpace(); in CreateSemanticSpellings()
3668 if (Spelling.nameSpace().empty() || Scope == Spelling.nameSpace()) { in GenerateHasAttrSpellingStringSwitch()
3696 if (Scope == Spelling.nameSpace() && Name == Spelling.name()) { in GenerateHasAttrSpellingStringSwitch()
3711 if (Scope.empty() || Scope == Spelling.nameSpace()) in GenerateHasAttrSpellingStringSwitch()
3770 CXX[SI.nameSpace()].emplace_back(R, SI); in EmitClangAttrHasAttrImpl()
3772 C23[SI.nameSpace()].emplace_back(R, SI); in EmitClangAttrHasAttrImpl()
[all …]