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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h763 class CXXThisExpr : public Expr { class in namespace:clang
768 CXXThisExpr(SourceLocation L, QualType Type, bool isImplicit) function in class:clang::CXXThisExpr
777 CXXThisExpr(EmptyShell Empty) : Expr(CXXThisExprClass, Empty) {} function in class:clang::CXXThisExpr

Completed in 65 milliseconds