Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp262 if (!PCC || !PCC->hasParamName()) in clang_ParamCommandComment_getParamName()
313 if (!TPCC || !TPCC->hasParamName()) in clang_TParamCommandComment_getParamName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h758 bool hasParamName() const { in hasParamName() function
828 bool hasParamName() const { in hasParamName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp145 if (!PCC->hasParamName()) in FullCommentParts()
157 if (!TPCC->hasParamName()) in FullCommentParts()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1596 if (C->hasParamName()) in visitParamCommandComment()
1606 if (C->hasParamName()) in visitTParamCommandComment()
H A DTextNodeDumper.cpp786 if (C->hasParamName()) { in visitParamCommandComment()
799 if (C->hasParamName()) { in visitTParamCommandComment()
H A DCommentSema.cpp752 if (!PCC || !PCC->hasParamName()) in resolveParamCommandIndexes()