Searched refs:TypoExpr (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 619 TypoExpr *&TE) { in LookupMemberExprInRecord() 693 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord() 736 TypoExpr *TE = nullptr; in BuildMemberReferenceExpr() 1335 TypoExpr *TE = nullptr; in LookupMemberExpr()
|
D | SemaExprCXX.cpp | 6737 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; 6740 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument 6742 bool VisitTypoExpr(TypoExpr *TE) { in VisitTypoExpr() 6754 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; 6755 llvm::SmallDenseMap<TypoExpr *, ExprResult, 2> TransformCache; 6764 TypoExpr *TE = cast<TypoExpr>(E); in EmitAllDiagnostics() 6912 ExprResult TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
|
D | SemaLookup.cpp | 4773 TypoExpr *Sema::CorrectTypoDelayed( in CorrectTypoDelayed() 5086 TypoExpr *Sema::createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, in createDelayedTypo() 5090 auto TE = new (Context) TypoExpr(Context.DependentTy); in createDelayedTypo() 5098 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState() 5105 void Sema::clearDelayedTypo(TypoExpr *TE) { in clearDelayedTypo()
|
D | SemaExpr.cpp | 1863 ArrayRef<Expr *> Args, TypoExpr **Out) { in DiagnoseEmptyLookup() 2223 TypoExpr *TE = nullptr; in ActOnIdExpression()
|
D | TreeTransform.h | 8429 TreeTransform<Derived>::TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 180 def TypoExpr : DStmt<Expr>;
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2787 typedef std::function<ExprResult(Sema &, TypoExpr *, TypoCorrection)> 2803 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; 2806 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, 2833 const TypoExprState &getTypoExprState(TypoExpr *TE) const; 2836 void clearDelayedTypo(TypoExpr *TE); 2917 TypoExpr *CorrectTypoDelayed(const DeclarationNameInfo &Typo, 3784 ArrayRef<Expr *> Args = None, TypoExpr **Out = nullptr);
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 1546 void StmtProfiler::VisitTypoExpr(const TypoExpr *E) { in VisitTypoExpr()
|
D | StmtPrinter.cpp | 2549 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) { in VisitTypoExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4898 class TypoExpr : public Expr { 4900 TypoExpr(QualType T) in TypoExpr() function
|
D | RecursiveASTVisitor.h | 2385 DEF_TRAVERSE_STMT(TypoExpr, {})
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1672 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
|
D | ASTReaderStmt.cpp | 1669 void ASTStmtReader::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
|