Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp4068 unsigned PreviousGeneration; member in __anonf165d1090511::ObjCCategoriesVisitor
4114 unsigned PreviousGeneration) in ObjCCategoriesVisitor() argument
4116 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor()
4130 if (M.Generation <= PreviousGeneration) in operator ()()
4170 unsigned PreviousGeneration) { in loadObjCCategories() argument
4172 PreviousGeneration); in loadObjCCategories()
H A DASTReader.cpp3877 unsigned PreviousGeneration = 0; in ReadAST() local
3879 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()
4078 PreviousGeneration); in ReadAST()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1359 unsigned PreviousGeneration = 0);