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

/external/clang/include/clang/AST/
H A DExpr.h3389 /// GNUNullExpr - Implements the GNU __null extension, which is a name
3395 class GNUNullExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3400 GNUNullExpr(QualType Ty, SourceLocation Loc) function in class:clang::StringLiteral::OffsetOfExpr::GNUNullExpr
3406 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } function in class:clang::StringLiteral::OffsetOfExpr::GNUNullExpr
3418 static bool classof(const GNUNullExpr *) { return true; }

Completed in 38 milliseconds