Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h161 unsigned IsDirectionExplicit : 1; variable
713 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()
733 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()
738 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()