Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h243 StringRef correctTypoInTParamReference(
/src/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp345 CorrectedName = correctTypoInTParamReference(Arg, TemplateParameters); in actOnTParamCommandParamNameArg()
1097 StringRef Sema::correctTypoInTParamReference( in correctTypoInTParamReference() function in clang::comments::Sema