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

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

Completed in 72 milliseconds