Searched defs:NumDecls (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { argument
H A DDeclPrinter.cpp180 void Decl::printGroup(Decl** Begin, unsigned NumDecls, argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclGroup.h27 unsigned NumDecls = 0; member in class:clang::final
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4003 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local

Completed in 130 milliseconds