Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4326 unsigned PreviousGeneration; member in __anon170f03ee0611::ObjCCategoriesVisitor
4372 unsigned PreviousGeneration) in ObjCCategoriesVisitor() argument
4374 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor()
4388 if (M.Generation <= PreviousGeneration) in operator ()()
4428 unsigned PreviousGeneration) { in loadObjCCategories() argument
4430 PreviousGeneration); in loadObjCCategories()
H A DASTReader.cpp4238 unsigned PreviousGeneration = 0; in ReadAST() local
4240 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()
4446 PreviousGeneration); in ReadAST()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1374 unsigned PreviousGeneration = 0);