Home | History | Annotate | Download | only in AST

Lines Matching defs:CXXThisExpr

888 class CXXThisExpr : public Expr {
893 CXXThisExpr(SourceLocation L, QualType Type, bool isImplicit)
902 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {}