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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h65 CorrectionDecls.push_back(NameDecl);
73 CorrectionDecls.push_back(Name);
147 return hasCorrectionDecl() ? *(CorrectionDecls.begin()) : nullptr;
162 CorrectionDecls.clear();
167 CorrectionDecls.clear();
173 CorrectionDecls.clear();
174 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
195 CorrectionDecls.clear();
196 CorrectionDecls
268 SmallVector<NamedDecl *, 1> CorrectionDecls; member in class:clang::TypoCorrection
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5172 CorrectionDecls.clear();
5174 CorrectionDecls.push_back(CDecl);

Completed in 112 milliseconds