Home
last modified time | relevance | path

Searched refs:PreviousGeneration (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Serialization/
DASTReaderDecl.cpp3583 unsigned PreviousGeneration; member in __anon5ecbc3db0311::ObjCCategoriesVisitor
3631 unsigned PreviousGeneration) in ObjCCategoriesVisitor() argument
3633 Deserialized(Deserialized), PreviousGeneration(PreviousGeneration), in ObjCCategoriesVisitor()
3649 if (M.Generation <= PreviousGeneration) in operator ()()
3688 unsigned PreviousGeneration) { in loadObjCCategories() argument
3690 PreviousGeneration); in loadObjCCategories()
DASTReader.cpp3485 unsigned PreviousGeneration = incrementGeneration(Context); in ReadAST() local
3675 PreviousGeneration); in ReadAST()
/external/clang/include/clang/Serialization/
DASTReader.h1192 unsigned PreviousGeneration = 0);