Home
last modified time | relevance | path

Searched refs:enumDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp145 REGISTER_MATCHER(enumDecl); in RegistryMaps()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
DASTMatchers.h503 const internal::VariadicDynCastAllOfMatcher<Decl, EnumDecl> enumDecl; variable