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

References

tools/clang/lib/Parse/ParseDecl.cpp
 6741   T.consumeOpen();
 6746     T.consumeClose();
 6752                                             T.getOpenLocation(),
 6753                                             T.getCloseLocation()),
 6754                   std::move(attrs), T.getCloseLocation());
 6762     T.consumeClose();
 6768                                             T.getOpenLocation(),
 6769                                             T.getCloseLocation()),
 6770                   std::move(attrs), T.getCloseLocation());
 6838   T.consumeClose();
 6845                                 isStar, NumElements.get(), T.getOpenLocation(),
 6846                                 T.getCloseLocation()),
 6847       std::move(DS.getAttributes()), T.getCloseLocation());