Home
last modified time | relevance | path

Searched refs:DelayedTypos (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1011 for (const auto &Typo : DelayedTypos) { in ActOnEndOfTranslationUnitFragment()
1015 DelayedTypos.clear(); in ActOnEndOfTranslationUnitFragment()
H A DSemaLookup.cpp5487 auto &State = DelayedTypos[TE]; in createDelayedTypo()
5497 auto Entry = DelayedTypos.find(TE); in getTypoExprState()
5498 assert(Entry != DelayedTypos.end() && in getTypoExprState()
5504 DelayedTypos.erase(TE); in clearDelayedTypo()
H A DSemaExprCXX.cpp8393 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()
8395 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4037 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable