Home
last modified time | relevance | path

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

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