Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransBlockObjCVariable.cpp44 class BlockVarChecker : public RecursiveASTVisitor<BlockVarChecker> { class in __anon363134410111::RootBlockObjCVarRewriter
47 typedef RecursiveASTVisitor<BlockVarChecker> base;
49 BlockVarChecker(VarDecl *var) : Var(var) { } in BlockVarChecker() function in __anon363134410111::RootBlockObjCVarRewriter::BlockVarChecker
93 BlockVarChecker checker(var); in VisitBlockDecl()