Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp5809 auto &State = DelayedTypos[TE]; in createDelayedTypo()
5819 auto Entry = DelayedTypos.find(TE); in getTypoExprState()
5820 assert(Entry != DelayedTypos.end() && in getTypoExprState()
5826 DelayedTypos.erase(TE); in clearDelayedTypo()
H A DSema.cpp1095 for (const auto &Typo : DelayedTypos) { in ActOnEndOfTranslationUnitFragment()
1099 DelayedTypos.clear(); in ActOnEndOfTranslationUnitFragment()
H A DSemaExprCXX.cpp8726 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()
8728 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4286 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable