Home
last modified time | relevance | path

Searched refs:staticAssertDecl (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUnaryStaticAssertCheck.cpp20 Finder->addMatcher(staticAssertDecl().bind("static_assert"), this); in registerMatchers()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTraverserTest.cpp472 hasDescendant(staticAssertDecl().bind("staticAssert"))), in TEST()
H A DDeclPrinterTest.cpp1373 staticAssertDecl().bind("id"), in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp548 REGISTER_MATCHER(staticAssertDecl); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp742 EXPECT_TRUE(matches("static_assert(true, \"\");", staticAssertDecl())); in TEST_P()
746 staticAssertDecl())); in TEST_P()
H A DASTMatchersTraversalTest.cpp2544 staticAssertDecl(has(implicitCastExpr(has( in TEST()
2548 staticAssertDecl(has(declRefExpr( in TEST()
2552 EXPECT_TRUE(matches(Code, traverse(TK_AsIs, staticAssertDecl(hasDescendant( in TEST()
2556 staticAssertDecl(hasDescendant(integerLiteral()))))); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp961 staticAssertDecl; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2546 staticAssertDecl;