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

References

tools/clang/lib/Parse/ParsePragma.cpp
 2337   AnnotTok.startToken();
 2338   AnnotTok.setKind(tok::annot_pragma_ms_pointers_to_members);
 2339   AnnotTok.setLocation(PointersToMembersLoc);
 2340   AnnotTok.setAnnotationEndLoc(EndLoc);
 2341   AnnotTok.setAnnotationValue(
 2343   PP.EnterToken(AnnotTok, /*IsReinject=*/true);