Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp689 TEST(Matcher, GNUNullExpr) { in TEST() argument
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp981 TEST_P(ASTMatchersTest, GNUNullExpr) { in TEST_P() argument
/external/clang/lib/AST/
DStmtPrinter.cpp1636 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() argument
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp1524 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() argument
/external/clang/include/clang/AST/
DExpr.h3629 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function
3635 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h4524 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function
4530 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function