Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExprCXX.cpp8408 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anon52fcb8831211::FindTypoExprs
8411 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs()
8425 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anon52fcb8831211::TransformTypos
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h445 llvm::SmallVector<TypoExpr *, 2> TypoExprs; variable