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

References

tools/clang/include/clang/Sema/DeclSpec.h
 1649     I.Kind          = MemberPointer;
 1650     I.Loc           = SS.getBeginLoc();
 1651     I.EndLoc        = Loc;
 1652     I.Mem.TypeQuals = TypeQuals;
 1653     new (I.Mem.ScopeMem) CXXScopeSpec(SS);
 1654     return I;