Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp589 TypoExpr *&TE) { in LookupMemberExprInRecord()
653 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord()
694 TypoExpr *TE = nullptr; in BuildMemberReferenceExpr()
1228 TypoExpr *TE = nullptr; in LookupMemberExpr()
HDSemaExprCXX.cpp6380 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs;
6383 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument
6385 bool VisitTypoExpr(TypoExpr *TE) { in VisitTypoExpr()
6397 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs;
6398 llvm::SmallDenseMap<TypoExpr *, ExprResult, 2> TransformCache;
6407 TypoExpr *TE = cast<TypoExpr>(E); in EmitAllDiagnostics()
6545 ExprResult TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
HDSemaLookup.cpp4509 TypoExpr *Sema::CorrectTypoDelayed( in CorrectTypoDelayed()
4790 TypoExpr *Sema::createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, in createDelayedTypo()
4794 auto TE = new (Context) TypoExpr(Context.DependentTy); in createDelayedTypo()
4802 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()
4809 void Sema::clearDelayedTypo(TypoExpr *TE) { in clearDelayedTypo()
HDSemaExpr.cpp1786 ArrayRef<Expr *> Args, TypoExpr **Out) { in DiagnoseEmptyLookup()
2182 TypoExpr *TE = nullptr; in ActOnIdExpression()
HDTreeTransform.h7731 TreeTransform<Derived>::TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDStmtNodes.td169 def TypoExpr : DStmt<Expr>;
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h2663 typedef std::function<ExprResult(Sema &, TypoExpr *, TypoCorrection)>
2679 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
2682 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
2709 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
2712 void clearDelayedTypo(TypoExpr *TE);
2793 TypoExpr *CorrectTypoDelayed(const DeclarationNameInfo &Typo,
3633 ArrayRef<Expr *> Args = None, TypoExpr **Out = nullptr);
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtProfile.cpp1330 void StmtProfiler::VisitTypoExpr(const TypoExpr *E) { in VisitTypoExpr()
HDStmtPrinter.cpp2262 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) { in VisitTypoExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h4927 class TypoExpr : public Expr {
4929 TypoExpr(QualType T) in TypoExpr() function
HDDataRecursiveASTVisitor.h2287 DEF_TRAVERSE_STMT(TypoExpr, {})
HDRecursiveASTVisitor.h2319 DEF_TRAVERSE_STMT(TypoExpr, {})
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp1613 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
HDASTReaderStmt.cpp1609 void ASTStmtReader::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()