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:__anon15989::RootBlockObjCVarRewriter
47 typedef RecursiveASTVisitor<BlockVarChecker> base;
49 BlockVarChecker(VarDecl *var) : Var(var) { } function in class:__anon15989::RootBlockObjCVarRewriter::BlockVarChecker
94 BlockVarChecker checker(var);

Completed in 56 milliseconds