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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp1115 static bool isCapturedBy(const VarDecl &var, const Expr *e) { function
1135 if (isCapturedBy(var, E))
1143 if (Init && isCapturedBy(var, Init))
1156 if (isCapturedBy(var, cast<Expr>(SubStmt)))
1208 bool capturedByInit = emission.IsByRef && isCapturedBy(D, Init);

Completed in 60 milliseconds