Searched defs:TypoExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h4849 /// TypoExpr - Internal placeholder for expressions where typo correction
4851 class TypoExpr : public Expr { class in class:clang::StringLiteral::DesignatedInitExpr::PseudoObjectExpr
4853 TypoExpr(QualType T) function in class:clang::StringLiteral::DesignatedInitExpr::PseudoObjectExpr::TypoExpr
4859 assert(T->isDependentType() && "TypoExpr given a non-dependent type");

Completed in 55 milliseconds