Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp44 class BlockVarChecker : public RecursiveASTVisitor<BlockVarChecker> { class in __anonf62984ee0111::RootBlockObjCVarRewriter
47 typedef RecursiveASTVisitor<BlockVarChecker> base;
49 BlockVarChecker(VarDecl *var) : Var(var) { } in BlockVarChecker() function in __anonf62984ee0111::RootBlockObjCVarRewriter::BlockVarChecker
93 BlockVarChecker checker(var); in VisitBlockDecl()