Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h86 typedef SmallVector<TypoCorrection, 1> TypoResultList; typedef
87 typedef llvm::StringMap<TypoResultList> TypoResultsMap;
125 TypoResultList &operator[](StringRef Name) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4634 TypoResultList &CList = in addCorrection()