Searched refs:isCapturedBy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp989 static bool isCapturedBy(const VarDecl &var, const Expr *e) { function
1009 if (isCapturedBy(var, E))
1017 if (Init && isCapturedBy(var, Init))
1030 if (isCapturedBy(var, cast<Expr>(*children)))
1082 bool capturedByInit = emission.IsByRef && isCapturedBy(D, Init);

Completed in 717 milliseconds