Home
last modified time | relevance | path

Searched refs:getParamVars (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h224 ArrayRef<const ParmVarDecl *> getParamVars();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp716 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars(); in resolveParamCommandIndexes()
957 ArrayRef<const ParmVarDecl *> Sema::getParamVars() { in getParamVars() function in clang::comments::Sema