Home
last modified time | relevance | path

Searched refs:WorkListCache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h116 SmallVector<VisitorWorkList *, 5> WorkListCache; variable
171 for (SmallVectorImpl<VisitorWorkList *>::iterator I = WorkListCache.begin(), in ~CursorVisitor()
172 E = WorkListCache.end(); in ~CursorVisitor()
H A DCIndex.cpp3365 WorkListCache.push_back(WL); in Visit()