Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp1349 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() argument
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h3652 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function
3658 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function