reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
 1307 TYPOEXPR(TypoExpr, Expr)

References

tools/clang/include/clang/AST/Expr.h
 5939       : Expr(TypoExprClass, T, VK_LValue, OK_Ordinary,
 5958     return T->getStmtClass() == TypoExprClass;
tools/clang/lib/AST/Expr.cpp
 3370   case TypoExprClass:
tools/clang/lib/AST/ExprClassification.cpp
  131   case Expr::TypoExprClass:
tools/clang/lib/AST/ExprConstant.cpp
13866   case Expr::TypoExprClass:
tools/clang/lib/AST/ItaniumMangle.cpp
 3626   case Expr::TypoExprClass:  // This should no longer exist in the AST by now.
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1284   case Expr::TypoExprClass:
tools/clang/lib/Sema/TreeTransform.h
 9517   return E;
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1222     case Stmt::TypoExprClass:
tools/clang/tools/libclang/CXCursor.cpp
  529   case Stmt::TypoExprClass: // A typo could actually be a DeclRef or a MemberRef