Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dxcore-stringtype.c176 int enumType(enum E e) {return EnumAnon;} in enumType() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DMultiwayPathsCoveredCheck.cpp39 declRefExpr(hasType(enumType())).bind("enum-condition")))))) in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DTooSmallLoopVariableCheck.cpp71 unless(hasType(enumType()))))) in registerMatchers()
H A DSizeofExpressionCheck.cpp91 callExpr(anyOf(hasType(isInteger()), hasType(enumType())), in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1783 matches("enum Color { Green }; enum Color color;", loc(enumType()))); in TEST_P()
1790 EXPECT_TRUE(matches("enum Color { Green }; Color color;", loc(enumType()))); in TEST_P()
1798 matches("enum class Color { Green }; Color color;", loc(enumType()))); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp234 REGISTER_MATCHER(enumType); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1057 const AstTypeMatcher<EnumType> enumType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7170 extern const AstTypeMatcher<EnumType> enumType;