clang API Documentation

Public Member Functions
clang::TypoExpr Class Reference

#include <Expr.h>

Inheritance diagram for clang::TypoExpr:
Inheritance graph
[legend]
Collaboration diagram for clang::TypoExpr:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TypoExpr (QualType T)
child_range children ()
SourceLocation getLocStart () const LLVM_READONLY
SourceLocation getLocEnd () const LLVM_READONLY

Detailed Description

TypoExpr - Internal placeholder for expressions where typo correction still needs to be performed and/or an error diagnostic emitted.

Definition at line 4852 of file Expr.h.


Constructor & Destructor Documentation

Definition at line 4854 of file Expr.h.

References clang::Type::isDependentType().


Member Function Documentation

Reimplemented from clang::Stmt.

Definition at line 4863 of file Expr.h.

Reimplemented from clang::Stmt.

Definition at line 4865 of file Expr.h.

Reimplemented from clang::Stmt.

Definition at line 4864 of file Expr.h.


The documentation for this class was generated from the following file: