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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { argument
H A DDeclPrinter.cpp136 void Decl::printGroup(Decl** Begin, unsigned NumDecls, argument
H A DASTImporter.cpp4828 HandleNameConflict(DeclarationName Name, DeclContext *DC, unsigned IDNS, NamedDecl **Decls, unsigned NumDecls) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in union:clang::DeclGroup::__anon2747
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2019 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1441 unsigned NumDecls = Record[Idx++]; local
H A DASTReader.cpp716 unsigned NumDecls = ReadUnalignedLE16(d); local
6902 unsigned NumDecls = Record[Idx++]; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp8207 Sema::BuildDeclaratorGroup(Decl **Group, unsigned NumDecls, argument
8258 void Sema::ActOnDocumentableDecls(Decl **Group, unsigned NumDecls) { argument
8185 FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, Decl **Group, unsigned NumDecls) argument
[all...]
H A DTreeTransform.h1166 StmtResult RebuildDeclStmt(Decl **Decls, unsigned NumDecls, argument

Completed in 316 milliseconds