Home
last modified time | relevance | path

Searched defs:PoolVarInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp418 struct PoolVarInfo { struct in __anon70d3f9af0211::AutoreleasePoolRewriter
419 DeclStmt *Dcl;
420 ExprSet Refs;
421 SmallVector<PoolScope, 2> Scopes;
423 PoolVarInfo() : Dcl(nullptr) { } in PoolVarInfo() argument