Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp117 const char *ParamCommandComment::getDirectionAsString(PassDirection D) { in getDirectionAsString() function in clang::comments::ParamCommandComment
DCommentSema.cpp244 const char *FixedName = ParamCommandComment::getDirectionAsString( in actOnParamCommandDirectionArg()
DASTDumper.cpp2393 OS << " " << ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
/external/llvm-project/clang/lib/AST/
DComment.cpp192 const char *ParamCommandComment::getDirectionAsString(PassDirection D) { in getDirectionAsString() function in clang::comments::ParamCommandComment
DCommentSema.cpp246 const char *FixedName = ParamCommandComment::getDirectionAsString( in actOnParamCommandDirectionArg()
DTextNodeDumper.cpp779 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
/external/llvm-project/clang/include/clang/AST/
DComment.h743 static const char *getDirectionAsString(PassDirection D);
/external/clang/include/clang/AST/
DComment.h749 static const char *getDirectionAsString(PassDirection D);
/external/llvm-project/clang-tools-extra/clang-doc/
DSerialize.cpp138 ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()