Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentSema.cpp507 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars(); in resolveParamCommandIndexes() local
606 ArrayRef<const ParmVarDecl *> ParamVars) { in resolveParmVarReference()
671 ArrayRef<const ParmVarDecl *> ParamVars) { in correctTypoInParmVarReference()
/external/clang/include/clang/AST/
DComment.h943 ArrayRef<const ParmVarDecl *> ParamVars; member