Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h161 unsigned IsDirectionExplicit : 1; variable
730 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()
750 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()
755 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()