Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4495 bool isNestedCapturedVar = false; in SynthBlockInitExpr() local
4502 isNestedCapturedVar = true; in SynthBlockInitExpr()
4508 if (!isNestedCapturedVar) in SynthBlockInitExpr()
H A DRewriteModernObjC.cpp5356 bool isNestedCapturedVar = false; in SynthBlockInitExpr()
5362 isNestedCapturedVar = true; in SynthBlockInitExpr()
5368 if (!isNestedCapturedVar) in SynthBlockInitExpr()
5358 bool isNestedCapturedVar = false; SynthBlockInitExpr() local