HomeSort by: relevance | last modified time | path
    Searched refs:LocalNumDecls (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleFile.cpp 92 << " Number of decls: " << LocalNumDecls << '\n';
ASTReader.cpp 3146 if (F.LocalNumDecls != 0) {
3151 F.LocalNumDecls = Record[0];
3155 if (F.LocalNumDecls > 0) {
3170 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls);
7314 ID - NUM_PREDEF_DECL_IDS < M.BaseDeclID + M.LocalNumDecls;
ASTWriter.cpp 4660 writeBaseIDOrNone(M.BaseDeclID, M.LocalNumDecls);
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleFile.h 432 unsigned LocalNumDecls = 0;

Completed in 37 milliseconds