Searched refs:ParamVars (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp213 ParamVars = None;
235 ParamVars = FD->parameters();
255 ParamVars = MD->parameters();
267 ParamVars = FD->parameters();
312 ParamVars = FTL.getParams();
337 ParamVars = FTL.getParams();
358 ParamVars = FTL.getParams();
375 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName();
H A DCommentSema.cpp741 // Comment AST nodes that correspond to \c ParamVars for which we have
745 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars(); local
746 ParamVarDocs.resize(ParamVars.size(), nullptr);
758 ParamVars);
783 OrphanedParamDecls.push_back(ParamVars[i]);
1026 return ThisDeclInfo->ParamVars;
1034 ArrayRef<const ParmVarDecl *> ParamVars) {
1035 for (unsigned i = 0, e = ParamVars.size(); i != e; ++i) {
1036 const IdentifierInfo *II = ParamVars[i]->getIdentifier();
1100 ArrayRef<const ParmVarDecl *> ParamVars) {
1033 resolveParmVarReference(StringRef Name, ArrayRef<const ParmVarDecl *> ParamVars) argument
1098 correctTypoInParmVarReference( StringRef Typo, ArrayRef<const ParmVarDecl *> ParamVars) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h237 ArrayRef<const ParmVarDecl *> ParamVars);
242 ArrayRef<const ParmVarDecl *> ParamVars);
H A DComment.h997 ArrayRef<const ParmVarDecl *> ParamVars; member in struct:clang::comments::ParamCommandComment::DeclInfo

Completed in 131 milliseconds