Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h518 Visit(D->getAssertExpr()); in VisitStaticAssertDecl()
DDeclCXX.h3781 Expr *getAssertExpr() { return AssertExprAndFailed.getPointer(); } in getAssertExpr() function
3782 const Expr *getAssertExpr() const { return AssertExprAndFailed.getPointer(); } in getAssertExpr() function
DRecursiveASTVisitor.h1481 TRY_TO(TraverseStmt(D->getAssertExpr()));
/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp727 IndexCtx.indexBody(D->getAssertExpr(), in VisitStaticAssertDecl()
/external/clang/include/clang/AST/
DDeclCXX.h3347 Expr *getAssertExpr() { return AssertExprAndFailed.getPointer(); } in getAssertExpr() function
3348 const Expr *getAssertExpr() const { return AssertExprAndFailed.getPointer(); } in getAssertExpr() function
DRecursiveASTVisitor.h1390 TRY_TO(TraverseStmt(D->getAssertExpr()));
/external/llvm-project/clang/lib/AST/
DODRHash.cpp316 AddStmt(D->getAssertExpr()); in VisitStaticAssertDecl()
DDeclPrinter.cpp923 D->getAssertExpr()->printPretty(Out, nullptr, Policy, Indentation); in VisitStaticAssertDecl()
DASTImporter.cpp2280 auto ToAssertExpr = importChecked(Err, D->getAssertExpr()); in VisitStaticAssertDecl()
/external/clang/lib/AST/
DDeclPrinter.cpp797 D->getAssertExpr()->printPretty(Out, nullptr, Policy, Indentation); in VisitStaticAssertDecl()
DASTDumper.cpp1330 dumpStmt(D->getAssertExpr()); in VisitStaticAssertDecl()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp1494 Builder.markExprChild(S->getAssertExpr(), syntax::NodeRole::Condition); in WalkUpFromStaticAssertDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1551 Record.AddStmt(D->getAssertExpr()); in VisitStaticAssertDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1750 Record.AddStmt(D->getAssertExpr()); in VisitStaticAssertDecl()
DASTReader.cpp10486 Expr *FirstExpr = FirstSA->getAssertExpr(); in diagnoseOdrViolations()
10487 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp866 Expr *AssertExpr = D->getAssertExpr(); in VisitStaticAssertDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1249 Expr *AssertExpr = D->getAssertExpr(); in VisitStaticAssertDecl()
/external/clang/tools/libclang/
DCIndex.cpp1244 if (Visit(MakeCXCursor(D->getAssertExpr(), StmtParent, TU, RegionOfInterest))) in VisitStaticAssertDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp1285 if (Visit(MakeCXCursor(D->getAssertExpr(), StmtParent, TU, RegionOfInterest))) in VisitStaticAssertDecl()