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

/external/clang/include/clang/Sema/
H A DTypoCorrection.h49 CorrectionDecls.push_back(NameDecl);
58 CorrectionDecls.push_back(Name);
133 return hasCorrectionDecl() ? *(CorrectionDecls.begin()) : nullptr;
142 CorrectionDecls.clear();
147 CorrectionDecls.clear();
153 CorrectionDecls.clear();
154 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
174 CorrectionDecls.clear();
175 CorrectionDecls
235 SmallVector<NamedDecl *, 1> CorrectionDecls; member in class:clang::TypoCorrection
[all...]
/external/clang/lib/Sema/
H A DSemaLookup.cpp4429 CorrectionDecls.clear();
4431 CorrectionDecls.push_back(CDecl->getUnderlyingDecl());

Completed in 101 milliseconds