Searched refs:TypoExpr (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 605 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()
|
D | SemaExprCXX.cpp | 6458 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()
|
D | SemaLookup.cpp | 4691 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()
|
D | SemaExpr.cpp | 1800 ArrayRef<Expr *> Args, TypoExpr **Out) { in DiagnoseEmptyLookup() 2160 TypoExpr *TE = nullptr; in ActOnIdExpression()
|
D | TreeTransform.h | 8120 TreeTransform<Derived>::TransformTypoExpr(TypoExpr *E) { in TransformTypoExpr()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 179 def TypoExpr : DStmt<Expr>;
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2713 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/ |
D | StmtProfile.cpp | 1426 void StmtProfiler::VisitTypoExpr(const TypoExpr *E) { in VisitTypoExpr()
|
D | StmtPrinter.cpp | 2414 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) { in VisitTypoExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4999 class TypoExpr : public Expr { 5001 TypoExpr(QualType T) in TypoExpr() function
|
D | RecursiveASTVisitor.h | 2281 DEF_TRAVERSE_STMT(TypoExpr, {})
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1652 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
|
D | ASTReaderStmt.cpp | 1649 void ASTStmtReader::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr()
|