Searched defs:BlockVarChecker (Results 1 - 1 of 1) sorted by relevance

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

Completed in 31 milliseconds