Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h248 StringRef correctTypoInTParamReference(
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp350 CorrectedName = correctTypoInTParamReference(Arg, TemplateParameters); in actOnTParamCommandParamNameArg()
1163 StringRef Sema::correctTypoInTParamReference( in correctTypoInTParamReference() function in clang::comments::Sema