Home
last modified time | relevance | path

Searched refs:getDirectionAsString (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp187 const char *ParamCommandComment::getDirectionAsString(PassDirection D) { in getDirectionAsString() function in clang::comments::ParamCommandComment
H A DCommentSema.cpp244 const char *FixedName = ParamCommandComment::getDirectionAsString( in actOnParamCommandDirectionArg()
H A DTextNodeDumper.cpp822 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h726 static const char *getDirectionAsString(PassDirection D);
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp138 ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()