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

/external/clang/lib/Index/
H A DCommentToXML.cpp146 if (!PCC->hasParamName())
158 if (!TPCC->hasParamName())
/external/clang/tools/libclang/
H A DCXComment.cpp263 if (!PCC || !PCC->hasParamName())
314 if (!TPCC || !TPCC->hasParamName())
/external/clang/unittests/AST/
H A DCommentParser.cpp213 if (!ParamName.empty() && !PCC->hasParamName())
217 StringRef ActualParamName = PCC->hasParamName() ? PCC->getParamNameAsWritten() : "";
247 if (!ParamName.empty() && !TPCC->hasParamName())
251 StringRef ActualParamName = TPCC->hasParamName() ? TPCC->getParamNameAsWritten() : "";
/external/clang/include/clang/AST/
H A DComment.h762 bool hasParamName() const { function
832 bool hasParamName() const { function in class:clang::comments::ParamCommandComment::TParamCommandComment
/external/clang/lib/AST/
H A DASTDumper.cpp2101 if (C->hasParamName()) {
2113 if (C->hasParamName()) {
H A DCommentSema.cpp733 if (!PCC || !PCC->hasParamName())

Completed in 766 milliseconds