Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentParser.cpp186 bool IsDirectionExplicit, in HasParamCommandAt() argument
204 if (PCC->isDirectionExplicit() != IsDirectionExplicit) in HasParamCommandAt()
209 "expected " << (IsDirectionExplicit ? "explicit" : "implicit"); in HasParamCommandAt()