reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/DeclSpec.h
  194   bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
  196   bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
tools/clang/lib/Parse/ParseDecl.cpp
 5537     if (SS.isNotEmpty()) {
 5858     if (D.getCXXScopeSpec().isNotEmpty()) {
tools/clang/lib/Parse/ParseDeclCXX.cpp
  626       D.SS.isNotEmpty() && LastII == Tok.getIdentifierInfo() &&
  822                D.SS.isNotEmpty() ? D.SS.getEndLoc() : D.TypenameLoc));
  823   else if (D.SS.isNotEmpty())
 1127     if (SS.isNotEmpty())
 1640       if (SS.isNotEmpty())
tools/clang/lib/Parse/ParseExpr.cpp
 1774         if (SS.isNotEmpty())
 1838                                         SS.isNotEmpty(),
tools/clang/lib/Parse/ParseExprCXX.cpp
 2866       if (SS.isNotEmpty())
tools/clang/lib/Parse/ParseTemplate.cpp
  365   if (SS.isNotEmpty())
 1152     if (SS.isNotEmpty())
 1231   if (TemplateId->SS.isNotEmpty()) // it was a C++ qualified type name.
tools/clang/lib/Parse/Parser.cpp
 1629     if (SS.isNotEmpty())
 1640     if (SS.isNotEmpty())
 1674     if (SS.isNotEmpty())
 1685     if (SS.isNotEmpty())
 1698     if (SS.isNotEmpty())
 1705       if (SS.isNotEmpty())
 1726   if (SS.isNotEmpty())
 1890       if (SS.isNotEmpty()) // it was a C++ qualified type name.
tools/clang/lib/Sema/SemaDecl.cpp
  300   } else if (SS && SS->isNotEmpty()) {
  503   if (SS && SS->isNotEmpty() && !IsCtorOrDtorName &&
 1126     if (SS.isNotEmpty())
 1169     if (SS.isNotEmpty())
 4467   if (Tag && SS.isNotEmpty() && !Tag->isCompleteDefinition() &&
 7044                        D.getCXXScopeSpec().isNotEmpty() ||
 8916                        D.getCXXScopeSpec().isNotEmpty() ||
14726       (SS.isNotEmpty() && TUK != TUK_Reference)) {
14854   if (Name && SS.isNotEmpty()) {
15144                         SS.isNotEmpty() || isMemberSpecialization)) {
15357                                 SS.isNotEmpty() || isMemberSpecialization)) {
15483   if (SS.isNotEmpty()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2326   if (SS && SS->isNotEmpty()) {
14685   assert(SS.isNotEmpty() && "valid templated tag with no SS and no direct?");
tools/clang/lib/Sema/SemaExprCXX.cpp
   98   if (SS.isNotEmpty() && RequireCompleteDeclContext(SS, CurClass))
tools/clang/lib/Sema/SemaLookup.cpp
 4921                         SS && SS->isNotEmpty());
tools/clang/lib/Sema/SemaTemplate.cpp
 1384   if (SS.isNotEmpty() && !SS.isInvalid()) {
 3536   if (SS.isNotEmpty() && !IsCtorOrDtorName) {
tools/clang/tools/extra/clangd/IncludeFixer.cpp
  241   if (SS && SS->isNotEmpty()) { // "::" or "ns::"