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

References

tools/clang/include/clang/AST/Comment.h
  729     ParamCommandCommentBits.Direction = In;
tools/clang/lib/AST/Comment.cpp
  194   case ParamCommandComment::In:
tools/clang/lib/AST/CommentSema.cpp
  221       .Case("[in]", ParamCommandComment::In)
  249       Direction = ParamCommandComment::In; // Sane fall back.
  265     Command->setDirection(ParamCommandComment::In, /* Explicit = */ false);
tools/clang/lib/AST/JSONNodeDumper.cpp
 1560   case comments::ParamCommandComment::In:
tools/clang/lib/Index/CommentToXML.cpp
  744   case ParamCommandComment::In:
tools/clang/tools/libclang/CXComment.cpp
  296   case ParamCommandComment::In:
tools/clang/unittests/AST/CommentParser.cpp
  760                                   ParamCommandComment::In,
  779                                   ParamCommandComment::In,
  813                                     ParamCommandComment::In,
  843                                     ParamCommandComment::In,
  925                                   ParamCommandComment::In,