Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCursorVisitor.h122 SmallVector<VisitorWorkList *, 5> WorkListCache; variable
177 for (SmallVectorImpl<VisitorWorkList *>::iterator I = WorkListCache.begin(), in ~CursorVisitor()
178 E = WorkListCache.end(); in ~CursorVisitor()
H A DCIndex.cpp3561 WorkListCache.push_back(WL); in Visit()