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

/external/clang/include/clang/AST/
H A DExpr.h3629 /// GNUNullExpr - Implements the GNU __null extension, which is a name
3635 class GNUNullExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3640 GNUNullExpr(QualType Ty, SourceLocation Loc) function in class:clang::StringLiteral::OffsetOfExpr::GNUNullExpr
3646 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } function in class:clang::StringLiteral::OffsetOfExpr::GNUNullExpr

Completed in 85 milliseconds