Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h161 unsigned IsDirectionExplicit : 1; variable
736 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()
756 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()
761 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()
/external/clang/unittests/AST/
DCommentParser.cpp188 bool IsDirectionExplicit, in HasParamCommandAt() argument
206 if (PCC->isDirectionExplicit() != IsDirectionExplicit) in HasParamCommandAt()
211 "expected " << (IsDirectionExplicit ? "explicit" : "implicit"); in HasParamCommandAt()