Home
last modified time | relevance | path

Searched refs:isIntegral (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp440 REGISTER_MATCHER(isIntegral); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1934 classTemplateSpecializationDecl(hasAnyTemplateArgument(isIntegral())))); in TEST_P()
1937 templateArgument(isIntegral()))))); in TEST_P()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1181 AST_MATCHER(TemplateArgument, isIntegral) { in AST_MATCHER() argument