Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp726 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars(); in resolveParamCommandIndexes() local
942 ArrayRef<const ParmVarDecl *> ParamVars) { in resolveParmVarReference()
1009 ArrayRef<const ParmVarDecl *> ParamVars) { in correctTypoInParmVarReference()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h1003 ArrayRef<const ParmVarDecl *> ParamVars; member