Home
last modified time | relevance | path

Searched defs:CXXNullPtrLiteralExpr (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DExprCXX.h360 CXXNullPtrLiteralExpr(QualType Ty, SourceLocation l) : in CXXNullPtrLiteralExpr() function
365 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr() function
376 static bool classof(const CXXNullPtrLiteralExpr *) { return true; } in classof()