Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp40 assert(NumDeclsFound == 0 && !DeclsFound && in ComputeDeclsFound()
47 NumDeclsFound = Decls.size(); in ComputeDeclsFound()
48 DeclsFound = llvm::make_unique<NamedDecl *[]>(NumDeclsFound); in ComputeDeclsFound()
53 if (NumDeclsFound == 0) in found_decls()
57 decl_iterator(DeclsFound.get() + NumDeclsFound)); in found_decls()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h157 unsigned NumDeclsFound = 0; variable