Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h149 unsigned IsDirectionExplicit : 1; variable
715 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()
735 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()
740 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()