Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp156 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child); in FullCommentParts() local
157 if (!TPCC->hasParamName()) in FullCommentParts()
160 if (!TPCC->hasNonWhitespaceParagraph()) in FullCommentParts()
163 TParams.push_back(TPCC); in FullCommentParts()