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

References

tools/clang/lib/AST/CommentSema.cpp
  234   if (Direction == -1) {
  239     Direction = getParamPassDirection(ArgLower);
  242     if (Direction != -1) {
  244           (ParamCommandComment::PassDirection)Direction);
  249       Direction = ParamCommandComment::In; // Sane fall back.
  252   Command->setDirection((ParamCommandComment::PassDirection)Direction,