Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCXXInheritance.cpp26 assert(NumDeclsFound == 0 && !DeclsFound && in ComputeDeclsFound()
33 NumDeclsFound = Decls.size(); in ComputeDeclsFound()
34 DeclsFound = llvm::make_unique<NamedDecl *[]>(NumDeclsFound); in ComputeDeclsFound()
39 if (NumDeclsFound == 0) in found_decls()
43 decl_iterator(DeclsFound.get() + NumDeclsFound)); in found_decls()
/external/clang/include/clang/AST/
DCXXInheritance.h159 unsigned NumDeclsFound; variable
179 NumDeclsFound(0) {} in FindAmbiguities()