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

References

tools/clang/lib/AST/JSONNodeDumper.cpp
 1559   switch (C->getDirection()) {
tools/clang/lib/AST/TextNodeDumper.cpp
  527      << comments::ParamCommandComment::getDirectionAsString(C->getDirection());
tools/clang/lib/Index/CommentToXML.cpp
  743   switch (C->getDirection()) {
tools/clang/tools/extra/clang-doc/Serialize.cpp
  138       ParamCommandComment::getDirectionAsString(C->getDirection());
tools/clang/tools/libclang/CXComment.cpp
  295   switch (PCC->getDirection()) {
tools/clang/unittests/AST/CommentParser.cpp
  199   if (PCC->getDirection() != Direction)
  201         << "ParamCommandComment has direction " << PCC->getDirection() << ", "