HomeSort by relevance Sort by last modified time
    Searched refs:NumDeclsFound (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
CXXInheritance.h 160 unsigned NumDeclsFound;
182 NumDeclsFound(0) { }
  /external/clang/lib/AST/
CXXInheritance.cpp 24 assert(NumDeclsFound == 0 && !DeclsFound &&
35 NumDeclsFound = Decls.size();
36 DeclsFound = new NamedDecl * [NumDeclsFound];
41 if (NumDeclsFound == 0)
47 if (NumDeclsFound == 0)
49 return DeclsFound + NumDeclsFound;

Completed in 293 milliseconds