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

References

tools/clang/lib/AST/Decl.cpp
  849     if (!Tag->hasNameForLinkage())
tools/clang/lib/AST/MicrosoftMangle.cpp
  219       if (!Tag->hasNameForLinkage() &&
tools/clang/lib/AST/Type.cpp
 3659       !Tag->hasNameForLinkage();
tools/clang/lib/Sema/SemaChecking.cpp
11492   if (!LHSEnumType->getDecl()->hasNameForLinkage())
11494   if (!RHSEnumType->getDecl()->hasNameForLinkage())
11963       if (SourceEnum->getDecl()->hasNameForLinkage() &&
11964           TargetEnum->getDecl()->hasNameForLinkage() &&
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1883         if (!Tag->hasNameForLinkage()) {
tools/clang/lib/Sema/SemaDecl.cpp
 1618       if (!RD->hasNameForLinkage())
 4334   if (TagFromDeclSpec->hasNameForLinkage())
12859       if (FirstDeclaratorInGroup && !Tag->hasNameForLinkage() &&
tools/clang/lib/Sema/SemaLambda.cpp
  659   if (!ED->hasNameForLinkage()) return nullptr;
tools/clang/lib/Sema/SemaOverload.cpp
 9554       if (EnumA->hasNameForLinkage() || EnumB->hasNameForLinkage() ||
 9554       if (EnumA->hasNameForLinkage() || EnumB->hasNameForLinkage() ||
tools/clang/lib/Sema/SemaTemplate.cpp
 5691   if (!Tag->hasNameForLinkage()) {
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  756       assert(!newTag->hasNameForLinkage());