Home
last modified time | relevance | path

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

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