Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h161 unsigned IsDirectionExplicit : 1; variable
731 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()
751 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()
756 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()