Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp138 ParamVars = None; in fill()
160 ParamVars = FD->parameters(); in fill()
180 ParamVars = MD->parameters(); in fill()
192 ParamVars = FD->parameters(); in fill()
278 ParamVars = FTL.getParams(); in fill()
297 ParamVars = FTL.getParams(); in fill()
328 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName(); in getParamName()
DCommentSema.cpp724 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars(); in resolveParamCommandIndexes() local
725 ParamVarDocs.resize(ParamVars.size(), nullptr); in resolveParamCommandIndexes()
737 ParamVars); in resolveParamCommandIndexes()
762 OrphanedParamDecls.push_back(ParamVars[i]); in resolveParamCommandIndexes()
932 return ThisDeclInfo->ParamVars; in getParamVars()
940 ArrayRef<const ParmVarDecl *> ParamVars) { in resolveParmVarReference() argument
941 for (unsigned i = 0, e = ParamVars.size(); i != e; ++i) { in resolveParmVarReference()
942 const IdentifierInfo *II = ParamVars[i]->getIdentifier(); in resolveParmVarReference()
1007 ArrayRef<const ParmVarDecl *> ParamVars) { in correctTypoInParmVarReference() argument
1009 for (unsigned i = 0, e = ParamVars.size(); i != e; ++i) in correctTypoInParmVarReference()
[all …]
/external/clang/include/clang/AST/
DCommentSema.h231 ArrayRef<const ParmVarDecl *> ParamVars);
236 ArrayRef<const ParmVarDecl *> ParamVars);
DComment.h1003 ArrayRef<const ParmVarDecl *> ParamVars; member