Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5722 auto &State = DelayedTypos[TE]; in createDelayedTypo()
5732 auto Entry = DelayedTypos.find(TE); in getTypoExprState()
5733 assert(Entry != DelayedTypos.end() && in getTypoExprState()
5739 DelayedTypos.erase(TE); in clearDelayedTypo()
H A DSema.cpp1157 for (const auto &Typo : DelayedTypos) { in ActOnEndOfTranslationUnitFragment()
1161 DelayedTypos.clear(); in ActOnEndOfTranslationUnitFragment()
H A DSemaExprCXX.cpp9034 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()
9036 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9545 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable