Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCXXInheritance.cpp24 assert(NumDeclsFound == 0 && !DeclsFound && in ComputeDeclsFound()
32 NumDeclsFound = Decls.size(); in ComputeDeclsFound()
33 DeclsFound = new NamedDecl * [NumDeclsFound]; in ComputeDeclsFound()
38 if (NumDeclsFound == 0) in found_decls_begin()
44 if (NumDeclsFound == 0) in found_decls_end()
46 return DeclsFound + NumDeclsFound; in found_decls_end()
/external/clang/include/clang/AST/
DCXXInheritance.h160 unsigned NumDeclsFound; variable
182 NumDeclsFound(0) { } in FindAmbiguities()