Searched refs:TypoExpr (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 645 TypoExpr *&TE) { in LookupMemberExprInRecord() 718 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord() 762 TypoExpr *TE = nullptr; in BuildMemberReferenceExpr() 1296 TypoExpr *TE = nullptr; in LookupMemberExpr()
|
| H A D | SemaExprCXX.cpp | 8129 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; 8132 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument 8134 bool VisitTypoExpr(TypoExpr *TE) { in VisitTypoExpr() 8146 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; 8147 llvm::SmallDenseMap<TypoExpr *, ExprResult, 2> TransformCache; 8161 for (TypoExpr *TE : TypoExprs) { in EmitAllDiagnostics() 8320 llvm::SmallDenseMap<TypoExpr *, ExprResult, 2>(TransformCache); in RecursiveTransformLoop() 8418 ExprResult TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr() 8479 ExprResult TransformTypoExpr(clang::TypoExpr *E) { in CorrectDelayedTyposInExpr()
|
| H A D | SemaLookup.cpp | 5150 TypoExpr *Sema::CorrectTypoDelayed( in CorrectTypoDelayed() 5491 TypoExpr *Sema::createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, in createDelayedTypo() 5496 auto TE = new (Context) TypoExpr(Context.DependentTy, TypoLoc); in createDelayedTypo() 5506 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState() 5513 void Sema::clearDelayedTypo(TypoExpr *TE) { in clearDelayedTypo()
|
| H A D | SemaCoroutine.cpp | 342 if (auto *TE = dyn_cast<TypoExpr>(Result.get())) { in buildMemberCall()
|
| H A D | SemaExpr.cpp | 2217 ArrayRef<Expr *> Args, TypoExpr **Out) { in DiagnoseEmptyLookup() 2554 TypoExpr *TE = nullptr; in ActOnIdExpression()
|
| H A D | TreeTransform.h | 10519 TreeTransform<Derived>::TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 202 def TypoExpr : StmtNode<Expr>;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 449 llvm::SmallVector<TypoExpr *, 2> TypoExprs; 4051 typedef std::function<ExprResult(Sema &, TypoExpr *, TypoCorrection)> 4067 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; 4070 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, 4097 const TypoExprState &getTypoExprState(TypoExpr *TE) const; 4100 void clearDelayedTypo(TypoExpr *TE); 4197 TypoExpr *CorrectTypoDelayed(const DeclarationNameInfo &Typo, 5136 ArrayRef<Expr *> Args = None, TypoExpr **Out = nullptr);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 2150 void StmtProfiler::VisitTypoExpr(const TypoExpr *E) { in VisitTypoExpr()
|
| H A D | StmtPrinter.cpp | 2535 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) { in VisitTypoExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 6351 class TypoExpr : public Expr { 6356 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr() function
|
| H A D | RecursiveASTVisitor.h | 2719 DEF_TRAVERSE_STMT(TypoExpr, {})
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2090 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
|
| H A D | ASTReaderStmt.cpp | 2192 void ASTStmtReader::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
|