Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5818 auto &State = DelayedTypos[TE]; in createDelayedTypo()
5828 auto Entry = DelayedTypos.find(TE); in getTypoExprState()
5829 assert(Entry != DelayedTypos.end() && in getTypoExprState()
5835 DelayedTypos.erase(TE); in clearDelayedTypo()
H A DSema.cpp1097 for (const auto &Typo : DelayedTypos) { in ActOnEndOfTranslationUnitFragment()
1101 DelayedTypos.clear(); in ActOnEndOfTranslationUnitFragment()
H A DSemaExprCXX.cpp8750 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()
8752 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4406 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable