Home
last modified time | relevance | path

Searched refs:TypoExpr (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp646 TypoExpr *&TE) { in LookupMemberExprInRecord()
719 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord()
763 TypoExpr *TE = nullptr; in BuildMemberReferenceExpr()
1312 TypoExpr *TE = nullptr; in LookupMemberExpr()
H A DSemaExprCXX.cpp8408 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs;
8411 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument
8413 bool VisitTypoExpr(TypoExpr *TE) { in VisitTypoExpr()
8425 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs;
8426 llvm::SmallDenseMap<TypoExpr *, ExprResult, 2> TransformCache;
8440 for (TypoExpr *TE : TypoExprs) { in EmitAllDiagnostics()
8599 llvm::SmallDenseMap<TypoExpr *, ExprResult, 2>(TransformCache); in RecursiveTransformLoop()
8697 ExprResult TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
8758 ExprResult TransformTypoExpr(clang::TypoExpr *E) { in CorrectDelayedTyposInExpr()
H A DSemaLookup.cpp5474 TypoExpr *Sema::CorrectTypoDelayed( in CorrectTypoDelayed()
5812 TypoExpr *Sema::createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, in createDelayedTypo()
5817 auto TE = new (Context) TypoExpr(Context.DependentTy, TypoLoc); in createDelayedTypo()
5827 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()
5834 void Sema::clearDelayedTypo(TypoExpr *TE) { in clearDelayedTypo()
H A DSemaCoroutine.cpp315 if (auto *TE = dyn_cast<TypoExpr>(Result.get())) { in buildMemberCall()
H A DSemaExpr.cpp2274 ArrayRef<Expr *> Args, TypoExpr **Out) { in DiagnoseEmptyLookup()
2612 TypoExpr *TE = nullptr; in ActOnIdExpression()
H A DTreeTransform.h10948 TreeTransform<Derived>::TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td203 def TypoExpr : StmtNode<Expr>;
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h445 llvm::SmallVector<TypoExpr *, 2> TypoExprs;
4390 typedef std::function<ExprResult(Sema &, TypoExpr *, TypoCorrection)>
4406 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
4409 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
4436 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
4439 void clearDelayedTypo(TypoExpr *TE);
4536 TypoExpr *CorrectTypoDelayed(const DeclarationNameInfo &Typo,
5557 TypoExpr **Out = nullptr);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp2230 void StmtProfiler::VisitTypoExpr(const TypoExpr *E) { in VisitTypoExpr()
H A DStmtPrinter.cpp2713 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) { in VisitTypoExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h6370 class TypoExpr : public Expr {
6375 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr() function
H A DRecursiveASTVisitor.h2836 DEF_TRAVERSE_STMT(TypoExpr, {})
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp2122 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
H A DASTReaderStmt.cpp2217 void ASTStmtReader::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()