Searched refs:NameDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h59 TypoCorrection(const DeclarationName &Name, NamedDecl *NameDecl, argument
64 if (NameDecl)
65 CorrectionDecls.push_back(NameDecl);

Completed in 101 milliseconds