Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8470 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; global() member in __anona1ef79991311::FindTypoExprs
8473 FindTypoExprs(llvm::SmallSetVector<TypoExpr *,2> & TypoExprs) FindTypoExprs() argument
8487 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; global() member in __anona1ef79991311::TransformTypos
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h447 llvm::SmallVector<TypoExpr *, 2> TypoExprs; global() variable