Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp157 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child); in FullCommentParts() local
158 if (!TPCC->hasParamName()) in FullCommentParts()
161 if (!TPCC->hasNonWhitespaceParagraph()) in FullCommentParts()
164 TParams.push_back(TPCC); in FullCommentParts()