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

  /external/clang/lib/AST/
CommentSema.cpp 722 // Comment AST nodes that correspond to \c ParamVars for which we have
726 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars();
727 ParamVarDocs.resize(ParamVars.size(), nullptr);
739 ParamVars);
764 OrphanedParamDecls.push_back(ParamVars[i]);
    [all...]
  /external/clang/include/clang/AST/
Comment.h 1003 ArrayRef<const ParmVarDecl *> ParamVars;

Completed in 587 milliseconds