HomeSort by relevance Sort by last modified time
    Searched defs:ParamVars (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
Comment.h 968 ArrayRef<const ParmVarDecl *> ParamVars;
  /external/clang/lib/AST/
CommentSema.cpp 707 // Comment AST nodes that correspond to \c ParamVars for which we have
711 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars();
712 ParamVarDocs.resize(ParamVars.size(), NULL);
724 ParamVars);
745 OrphanedParamDecls.push_back(ParamVars[i]);
884 return ThisDeclInfo->ParamVars;
892 ArrayRef<const ParmVarDecl *> ParamVars) {
893 for (unsigned i = 0, e = ParamVars.size(); i != e; ++i) {
894 const IdentifierInfo *II = ParamVars[i]->getIdentifier();
    [all...]

Completed in 37 milliseconds