Searched refs:getAssertExpr (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 552 Visit(D->getAssertExpr()); in VisitStaticAssertDecl()
|
| H A D | DeclCXX.h | 3966 Expr *getAssertExpr() { return AssertExprAndFailed.getPointer(); } in getAssertExpr() function 3967 const Expr *getAssertExpr() const { return AssertExprAndFailed.getPointer(); } in getAssertExpr() function
|
| H A D | RecursiveASTVisitor.h | 1603 TRY_TO(TraverseStmt(D->getAssertExpr()));
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 765 IndexCtx.indexBody(D->getAssertExpr(), in VisitStaticAssertDecl()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ODRHash.cpp | 317 AddStmt(D->getAssertExpr()); in VisitStaticAssertDecl()
|
| H A D | DeclPrinter.cpp | 944 D->getAssertExpr()->printPretty(Out, nullptr, Policy, Indentation, "\n", in VisitStaticAssertDecl()
|
| H A D | ASTImporter.cpp | 2347 auto ToAssertExpr = importChecked(Err, D->getAssertExpr()); in VisitStaticAssertDecl()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1533 Builder.markExprChild(S->getAssertExpr(), syntax::NodeRole::Condition); in WalkUpFromStaticAssertDecl()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1778 Record.AddStmt(D->getAssertExpr()); in VisitStaticAssertDecl()
|
| H A D | ASTReader.cpp | 10334 const Expr *FirstExpr = FirstSA->getAssertExpr(); in diagnoseOdrViolations() 10335 const Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1390 Expr *AssertExpr = D->getAssertExpr(); in VisitStaticAssertDecl()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1291 if (Visit(MakeCXCursor(D->getAssertExpr(), StmtParent, TU, RegionOfInterest))) in VisitStaticAssertDecl()
|