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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 4090           ClassDecl, SS, TemplateTypeTy, MemberOrBase)) {
 4113     LookupParsedName(R, S, &SS);
 4122       if (SS.isSet() && isDependentScopeSpecifier(SS)) {
 4122       if (SS.isSet() && isDependentScopeSpecifier(SS)) {
 4124         DeclContext *DC = computeDeclContext(SS, false);
 4132                                        SS.getWithLocInContext(Context),
 4143             TL.setQualifierLoc(SS.getWithLocInContext(Context));
 4155           (Corr = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS,
 4199       if (SS.isSet()) {
 4200         BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(),
 4206         TL.setQualifierLoc(SS.getWithLocInContext(Context));