Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp147 if (!PCC->isDirectionExplicit() && !PCC->hasNonWhitespaceParagraph()) in FullCommentParts()
746 Result << "<Direction isExplicit=\"" << C->isDirectionExplicit() << "\">"; in visitParamCommandComment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h750 bool isDirectionExplicit() const LLVM_READONLY { in isDirectionExplicit() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp504 if (C->isDirectionExplicit()) in visitParamCommandComment()
H A DCommentSema.cpp264 if (!Command->isDirectionExplicit()) { in actOnParamCommandParamNameArg()