Searched defs:CXXThisExpr (Results 1 – 7 of 7) sorted by relevance
37 class CXXThisExpr; variable
56 class CXXThisExpr; variable
1134 CXXThisExpr(SourceLocation L, QualType Ty, bool IsImplicit) in CXXThisExpr() function1141 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} in CXXThisExpr() function
656 friend class CXXThisExpr; variable
54 class CXXThisExpr; variable
50 class CXXThisExpr; variable
878 CXXThisExpr(SourceLocation L, QualType Type, bool isImplicit) in CXXThisExpr() function887 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} in CXXThisExpr() function