Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp605 TypoExpr *&TE) { in LookupMemberExprInRecord()
679 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord()
722 TypoExpr *TE = nullptr; in BuildMemberReferenceExpr()
1272 TypoExpr *TE = nullptr; in LookupMemberExpr()
DSemaExprCXX.cpp6458 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs;
6461 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs() argument
6463 bool VisitTypoExpr(TypoExpr *TE) { in VisitTypoExpr()
6475 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs;
6476 llvm::SmallDenseMap<TypoExpr *, ExprResult, 2> TransformCache;
6485 TypoExpr *TE = cast<TypoExpr>(E); in EmitAllDiagnostics()
6625 ExprResult TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
DSemaLookup.cpp4691 TypoExpr *Sema::CorrectTypoDelayed( in CorrectTypoDelayed()
4972 TypoExpr *Sema::createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, in createDelayedTypo()
4976 auto TE = new (Context) TypoExpr(Context.DependentTy); in createDelayedTypo()
4984 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()
4991 void Sema::clearDelayedTypo(TypoExpr *TE) { in clearDelayedTypo()
DSemaExpr.cpp1800 ArrayRef<Expr *> Args, TypoExpr **Out) { in DiagnoseEmptyLookup()
2160 TypoExpr *TE = nullptr; in ActOnIdExpression()
DTreeTransform.h8120 TreeTransform<Derived>::TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
/external/clang/include/clang/Basic/
DStmtNodes.td179 def TypoExpr : DStmt<Expr>;
/external/clang/include/clang/Sema/
DSema.h2713 typedef std::function<ExprResult(Sema &, TypoExpr *, TypoCorrection)>
2729 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
2732 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
2759 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
2762 void clearDelayedTypo(TypoExpr *TE);
2843 TypoExpr *CorrectTypoDelayed(const DeclarationNameInfo &Typo,
3693 ArrayRef<Expr *> Args = None, TypoExpr **Out = nullptr);
/external/clang/lib/AST/
DStmtProfile.cpp1426 void StmtProfiler::VisitTypoExpr(const TypoExpr *E) { in VisitTypoExpr()
DStmtPrinter.cpp2414 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) { in VisitTypoExpr()
/external/clang/include/clang/AST/
DExpr.h4999 class TypoExpr : public Expr {
5001 TypoExpr(QualType T) in TypoExpr() function
DRecursiveASTVisitor.h2281 DEF_TRAVERSE_STMT(TypoExpr, {})
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1652 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
DASTReaderStmt.cpp1649 void ASTStmtReader::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()