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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1097 class CXXThisExpr : public Expr { class in namespace:clang
1099 CXXThisExpr(SourceLocation L, QualType Ty, bool IsImplicit) function in class:clang::CXXThisExpr
1110 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} function in class:clang::CXXThisExpr

Completed in 107 milliseconds