Searched refs:LocalNumDecls (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Serialization/
H A DModule.cpp39 LocalNumDecls(0), DeclOffsets(nullptr), BaseDeclID(0),
121 << " Number of decls: " << LocalNumDecls << '\n'; local
H A DASTReader.cpp2737 if (F.LocalNumDecls != 0) {
2742 F.LocalNumDecls = Record[0];
2746 if (F.LocalNumDecls > 0) {
2761 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls);
H A DASTReaderDecl.cpp3346 GlobalID - NUM_PREDEF_DECL_IDS < M.BaseDeclID + M.LocalNumDecls) {
H A DASTWriter.cpp4559 writeBaseIDOrNone(M->BaseDeclID, M->LocalNumDecls);
/external/clang/include/clang/Serialization/
H A DModule.h379 unsigned LocalNumDecls; member in class:clang::serialization::ModuleFile

Completed in 107 milliseconds