Searched defs:CXXThisExpr (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | ExprCXX.h | 873 class CXXThisExpr : public Expr { class in namespace:clang 878 CXXThisExpr(SourceLocation L, QualType Type, bool isImplicit) function in class:clang::CXXThisExpr 887 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} function in class:clang::CXXThisExpr |
Completed in 190 milliseconds