Home
last modified time | relevance | path

Searched defs:enumType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dxcore-stringtype.c175 int enumType(enum E e) {return EnumAnon;} in enumType() function
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1070 const AstTypeMatcher<EnumType> enumType; global() variable