Searched refs:TypoExpr (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 644 TypoExpr *&TE) { in LookupMemberExprInRecord() 717 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord() 761 TypoExpr *TE = nullptr; in BuildMemberReferenceExpr() 1281 TypoExpr *TE = nullptr; in LookupMemberExpr()
|
| H A D | SemaLookup.cpp | 4858 TypoExpr *Sema::CorrectTypoDelayed( in CorrectTypoDelayed() 5183 TypoExpr *Sema::createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, in createDelayedTypo() 5187 auto TE = new (Context) TypoExpr(Context.DependentTy); in createDelayedTypo() 5195 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState() 5202 void Sema::clearDelayedTypo(TypoExpr *TE) { in clearDelayedTypo()
|
| H A D | SemaExprCXX.cpp | 7561 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; 7564 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument 7566 bool VisitTypoExpr(TypoExpr *TE) { in VisitTypoExpr() 7578 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; 7579 llvm::SmallDenseMap<TypoExpr *, ExprResult, 2> TransformCache; 7587 for (TypoExpr *TE : TypoExprs) { in EmitAllDiagnostics() 7727 ExprResult TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
|
| H A D | SemaCoroutine.cpp | 383 if (auto *TE = dyn_cast<TypoExpr>(Result.get())) { in buildMemberCall()
|
| H A D | SemaExpr.cpp | 1822 ArrayRef<Expr *> Args, TypoExpr **Out) { in DiagnoseEmptyLookup() 2191 TypoExpr *TE = nullptr; in ActOnIdExpression()
|
| H A D | TreeTransform.h | 9216 TreeTransform<Derived>::TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 189 def TypoExpr : DStmt<Expr>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 3154 typedef std::function<ExprResult(Sema &, TypoExpr *, TypoCorrection)> 3170 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; 3173 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, 3200 const TypoExprState &getTypoExprState(TypoExpr *TE) const; 3203 void clearDelayedTypo(TypoExpr *TE); 3285 TypoExpr *CorrectTypoDelayed(const DeclarationNameInfo &Typo, 4170 ArrayRef<Expr *> Args = None, TypoExpr **Out = nullptr);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 1871 void StmtProfiler::VisitTypoExpr(const TypoExpr *E) { in VisitTypoExpr()
|
| H A D | StmtPrinter.cpp | 2362 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) { in VisitTypoExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Expr.h | 5567 class TypoExpr : public Expr { 5569 TypoExpr(QualType T) in TypoExpr() function
|
| H A D | RecursiveASTVisitor.h | 2554 DEF_TRAVERSE_STMT(TypoExpr, {})
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1785 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
|
| H A D | ASTReaderStmt.cpp | 1822 void ASTStmtReader::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
|