Home
last modified time | relevance | path

Searched defs:TypoExprs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8692 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anon88ca3d871611::FindTypoExprs
8695 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs()
8709 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anon88ca3d871611::TransformTypos
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8985 llvm::SmallVector<TypoExpr *, 2> TypoExprs; variable