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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
14606               TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true,
14613       return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name,
14642     if (SS.isEmpty()) {
14645       return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc,
14656     NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context);
14685   assert(SS.isNotEmpty() && "valid templated tag with no SS and no direct?");
14693     << SS.getScopeRep() << SS.getRange() << cast<CXXRecordDecl>(CurContext);
14693     << SS.getScopeRep() << SS.getRange() << cast<CXXRecordDecl>(CurContext);
14695   QualType T = Context.getDependentNameType(ETK, SS.getScopeRep(), Name);
14699   TL.setQualifierLoc(SS.getWithLocInContext(Context));