Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp148 if (!PCC->isDirectionExplicit() && !PCC->hasNonWhitespaceParagraph()) in FullCommentParts()
752 Result << "<Direction isExplicit=\"" << C->isDirectionExplicit() << "\">"; in visitParamCommandComment()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h749 bool isDirectionExplicit() const LLVM_READONLY { in isDirectionExplicit() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp266 if (!Command->isDirectionExplicit()) { in actOnParamCommandParamNameArg()
H A DJSONNodeDumper.cpp1645 attributeOnlyIfTrue("explicit", C->isDirectionExplicit()); in visitParamCommandComment()
H A DTextNodeDumper.cpp822 if (C->isDirectionExplicit()) in visitParamCommandComment()