clang API Documentation
#include <Expr.h>
Public Member Functions | |
TypoExpr (QualType T) | |
child_range | children () |
SourceLocation | getLocStart () const LLVM_READONLY |
SourceLocation | getLocEnd () const LLVM_READONLY |
TypoExpr - Internal placeholder for expressions where typo correction still needs to be performed and/or an error diagnostic emitted.
clang::TypoExpr::TypoExpr | ( | QualType | T | ) | [inline] |
Definition at line 4854 of file Expr.h.
References clang::Type::isDependentType().
child_range clang::TypoExpr::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
SourceLocation clang::TypoExpr::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
SourceLocation clang::TypoExpr::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.