HomeSort by: relevance | last modified time | path
    Searched refs:TypoCorrectionConsumer (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h 85 class TypoCorrectionConsumer : public VisibleDeclConsumer {
91 TypoCorrectionConsumer(Sema &SemaRef,
Sema.h 198 class TypoCorrectionConsumer;
4028 std::unique_ptr<TypoCorrectionConsumer> Consumer;
4040 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
4055 /// populate a new TypoCorrectionConsumer. Returns nullptr if typo correction
4057 std::unique_ptr<TypoCorrectionConsumer>
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 4219 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding,
4240 void TypoCorrectionConsumer::FoundName(StringRef Name) {
4246 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) {
4252 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND,
4275 void TypoCorrectionConsumer::addCorrection(TypoCorrection Correction) {
4320 void TypoCorrectionConsumer::addNamespaces(
4350 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() {
4378 bool TypoCorrectionConsumer::resolveCorrection(TypoCorrection &Candidate) {
4428 void TypoCorrectionConsumer::performQualifiedLookups() {
4506 TypoCorrectionConsumer::NamespaceSpecifierSet::NamespaceSpecifierSet
    [all...]
SemaExprCXX.cpp 7993 const TypoCorrectionConsumer &Consumer,

Completed in 46 milliseconds