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

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

Completed in 68 milliseconds