Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp148 if (!PCC->isDirectionExplicit() && !PCC->hasNonWhitespaceParagraph()) in FullCommentParts()
752 Result << "<Direction isExplicit=\"" << C->isDirectionExplicit() << "\">"; in visitParamCommandComment()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp289 return PCC->isDirectionExplicit(); in clang_ParamCommandComment_isDirectionExplicit()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h732 bool isDirectionExplicit() const LLVM_READONLY { in isDirectionExplicit() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp264 if (!Command->isDirectionExplicit()) { in actOnParamCommandParamNameArg()
H A DJSONNodeDumper.cpp1686 attributeOnlyIfTrue("explicit", C->isDirectionExplicit()); in visitParamCommandComment()
H A DTextNodeDumper.cpp824 if (C->isDirectionExplicit()) in visitParamCommandComment()