Home
last modified time | relevance | path

Searched defs:ParamVars (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp745 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars(); in resolveParamCommandIndexes() local
1034 ArrayRef<const ParmVarDecl *> ParamVars) { in resolveParmVarReference()
1100 ArrayRef<const ParmVarDecl *> ParamVars) { in correctTypoInParmVarReference()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h997 ArrayRef<const ParmVarDecl *> ParamVars; member