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

  /external/clang/lib/AST/
Comment.cpp 138 ParamVars = None;
160 ParamVars = FD->parameters();
180 ParamVars = MD->parameters();
192 ParamVars = FD->parameters();
278 ParamVars = FTL.getParams();
297 ParamVars = FTL.getParams();
328 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName();
CommentSema.cpp 720 // Comment AST nodes that correspond to \c ParamVars for which we have
724 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars();
725 ParamVarDocs.resize(ParamVars.size(), nullptr);
737 ParamVars);
762 OrphanedParamDecls.push_back(ParamVars[i]);
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 231 ArrayRef<const ParmVarDecl *> ParamVars);
236 ArrayRef<const ParmVarDecl *> ParamVars);
Comment.h 1003 ArrayRef<const ParmVarDecl *> ParamVars;

Completed in 834 milliseconds