Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h236 unsigned correctTypoInParmVarReference(StringRef Typo,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp781 CorrectedParamIndex = correctTypoInParmVarReference(ParamName, in resolveParamCommandIndexes()
982 Sema::correctTypoInParmVarReference(StringRef Typo, in correctTypoInParmVarReference() function in clang::comments::Sema