Searched defs:GNUNullExpr (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 689 TEST(Matcher, GNUNullExpr) { in TEST() argument
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 1636 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() argument
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | Expr.h | 3629 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function 3635 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | Expr.h | 4660 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function 4666 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | Expr.h | 4638 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function 4644 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | Expr.h | 4632 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function 4638 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | Expr.h | 4632 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function 4638 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function
|