Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCursorVisitor.h123 SmallVector<VisitorWorkList *, 5> WorkListCache; variable
178 for (SmallVectorImpl<VisitorWorkList *>::iterator I = WorkListCache.begin(), in ~CursorVisitor()
179 E = WorkListCache.end(); in ~CursorVisitor()
H A DCIndex.cpp3589 WorkListCache.push_back(WL); in Visit()