Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h124 unsigned IsDirectionExplicit : 1; variable
696 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()
718 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()
723 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()
/external/clang/unittests/AST/
DCommentParser.cpp187 bool IsDirectionExplicit, in HasParamCommandAt() argument
205 if (PCC->isDirectionExplicit() != IsDirectionExplicit) in HasParamCommandAt()
210 "expected " << (IsDirectionExplicit ? "explicit" : "implicit"); in HasParamCommandAt()