Searched refs:TypoExpr (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 646 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 D | SemaExprCXX.cpp | 8408 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 D | SemaLookup.cpp | 5474 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 D | SemaCoroutine.cpp | 315 if (auto *TE = dyn_cast<TypoExpr>(Result.get())) { in buildMemberCall()
|
| H A D | SemaExpr.cpp | 2274 ArrayRef<Expr *> Args, TypoExpr **Out) { in DiagnoseEmptyLookup() 2612 TypoExpr *TE = nullptr; in ActOnIdExpression()
|
| H A D | TreeTransform.h | 10948 TreeTransform<Derived>::TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 203 def TypoExpr : StmtNode<Expr>;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 445 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 D | StmtProfile.cpp | 2230 void StmtProfiler::VisitTypoExpr(const TypoExpr *E) { in VisitTypoExpr()
|
| H A D | StmtPrinter.cpp | 2713 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) { in VisitTypoExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Expr.h | 6370 class TypoExpr : public Expr { 6375 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr() function
|
| H A D | RecursiveASTVisitor.h | 2836 DEF_TRAVERSE_STMT(TypoExpr, {})
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2122 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
|
| H A D | ASTReaderStmt.cpp | 2217 void ASTStmtReader::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
|