HomeSort by relevance Sort by last modified time
    Searched refs:CorrectionDecls (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
TypoCorrection.h 50 CorrectionDecls.push_back(NameDecl);
59 CorrectionDecls.push_back(Name);
134 return hasCorrectionDecl() ? *(CorrectionDecls.begin()) : nullptr;
143 CorrectionDecls.clear();
148 CorrectionDecls.clear();
154 CorrectionDecls.clear();
155 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
175 CorrectionDecls.clear();
176 CorrectionDecls.push_back(nullptr)
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 34 milliseconds