Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp148 if (!PCC->isDirectionExplicit() && !PCC->hasNonWhitespaceParagraph()) in FullCommentParts()
752 Result << "<Direction isExplicit=\"" << C->isDirectionExplicit() << "\">"; in visitParamCommandComment()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp289 return PCC->isDirectionExplicit(); in clang_ParamCommandComment_isDirectionExplicit()
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentParser.cpp204 if (PCC->isDirectionExplicit() != IsDirectionExplicit) in HasParamCommandAt()
207 << (PCC->isDirectionExplicit() ? "explicit" : "implicit") in HasParamCommandAt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h732 bool isDirectionExplicit() const LLVM_READONLY { in isDirectionExplicit() function
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp139 CurrentCI.Explicit = C->isDirectionExplicit(); in visitParamCommandComment()
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentSema.cpp264 if (!Command->isDirectionExplicit()) { in actOnParamCommandParamNameArg()
H A DJSONNodeDumper.cpp1654 attributeOnlyIfTrue("explicit", C->isDirectionExplicit()); in visitParamCommandComment()
H A DTextNodeDumper.cpp824 if (C->isDirectionExplicit()) in visitParamCommandComment()