Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp4293 unsigned PreviousGeneration; member in __anone9154d050611::ObjCCategoriesVisitor
4339 unsigned PreviousGeneration) in ObjCCategoriesVisitor() argument
4341 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor()
4355 if (M.Generation <= PreviousGeneration) in operator ()()
4395 unsigned PreviousGeneration) { in loadObjCCategories() argument
4397 PreviousGeneration); in loadObjCCategories()
H A DASTReader.cpp4222 unsigned PreviousGeneration = 0; in ReadAST() local
4224 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()
4430 PreviousGeneration); in ReadAST()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1374 unsigned PreviousGeneration = 0);