Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp619 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()
DSemaExprCXX.cpp6737 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()
DSemaLookup.cpp4773 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()
DSemaExpr.cpp1863 ArrayRef<Expr *> Args, TypoExpr **Out) { in DiagnoseEmptyLookup()
2223 TypoExpr *TE = nullptr; in ActOnIdExpression()
DTreeTransform.h8429 TreeTransform<Derived>::TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
/external/clang/include/clang/Basic/
DStmtNodes.td180 def TypoExpr : DStmt<Expr>;
/external/clang/include/clang/Sema/
DSema.h2787 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/
DStmtProfile.cpp1546 void StmtProfiler::VisitTypoExpr(const TypoExpr *E) { in VisitTypoExpr()
DStmtPrinter.cpp2549 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) { in VisitTypoExpr()
/external/clang/include/clang/AST/
DExpr.h4898 class TypoExpr : public Expr {
4900 TypoExpr(QualType T) in TypoExpr() function
DRecursiveASTVisitor.h2385 DEF_TRAVERSE_STMT(TypoExpr, {})
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1672 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
DASTReaderStmt.cpp1669 void ASTStmtReader::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()