Home
last modified time | relevance | path

Searched refs:getAssertExpr (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h545 Visit(D->getAssertExpr()); in VisitStaticAssertDecl()
H A DDeclCXX.h3932 Expr *getAssertExpr() { return AssertExprAndFailed.getPointer(); } in getAssertExpr() function
3933 const Expr *getAssertExpr() const { return AssertExprAndFailed.getPointer(); } in getAssertExpr() function
H A DRecursiveASTVisitor.h1492 TRY_TO(TraverseStmt(D->getAssertExpr()));
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp727 IndexCtx.indexBody(D->getAssertExpr(), in VisitStaticAssertDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp316 AddStmt(D->getAssertExpr()); in VisitStaticAssertDecl()
H A DDeclPrinter.cpp940 D->getAssertExpr()->printPretty(Out, nullptr, Policy, Indentation, "\n", in VisitStaticAssertDecl()
H A DASTImporter.cpp2361 auto ToAssertExpr = importChecked(Err, D->getAssertExpr()); in VisitStaticAssertDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1528 Builder.markExprChild(S->getAssertExpr(), syntax::NodeRole::Condition); in WalkUpFromStaticAssertDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1768 Record.AddStmt(D->getAssertExpr()); in VisitStaticAssertDecl()
H A DASTReader.cpp10378 Expr *FirstExpr = FirstSA->getAssertExpr(); in diagnoseOdrViolations()
10379 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1336 Expr *AssertExpr = D->getAssertExpr(); in VisitStaticAssertDecl()