Searched refs:labelDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp617 const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp419 REGISTER_MATCHER(labelDecl);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h344 /// labelDecl()
346 extern const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl;

Completed in 109 milliseconds