Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp965 for (const auto &Typo : DelayedTypos) { in ActOnEndOfTranslationUnitFragment()
969 DelayedTypos.clear(); in ActOnEndOfTranslationUnitFragment()
HDSemaLookup.cpp5508 auto &State = DelayedTypos[TE]; in createDelayedTypo()
5518 auto Entry = DelayedTypos.find(TE); in getTypoExprState()
5519 assert(Entry != DelayedTypos.end() && in getTypoExprState()
5525 DelayedTypos.erase(TE); in clearDelayedTypo()
HDSemaExprCXX.cpp8171 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()
8173 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3581 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable