Searched defs:CXXThisExpr (Results 1 – 3 of 3) sorted by relevance
37 class CXXThisExpr; variable
635 DECL_VISIT_EXPR(CXXThisExpr) { in DECL_VISIT_EXPR() argument
844 CXXThisExpr(SourceLocation L, QualType Type, bool isImplicit) in CXXThisExpr() function853 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} in CXXThisExpr() function