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 159 unsigned NumDeclsFound;
181 NumDeclsFound(0) { }
  /external/clang/lib/AST/
CXXInheritance.cpp 26 assert(NumDeclsFound == 0 && !DeclsFound &&
33 NumDeclsFound = Decls.size();
34 DeclsFound = new NamedDecl * [NumDeclsFound];
39 if (NumDeclsFound == 0)
45 if (NumDeclsFound == 0)
47 return DeclsFound + NumDeclsFound;

Completed in 61 milliseconds