Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1625 static bool isCapturedBy(const VarDecl &Var, const Stmt *S) { in isCapturedBy() function
1636 static bool isCapturedBy(const VarDecl &Var, const Expr *E) { in isCapturedBy() function
/external/clang/lib/CodeGen/
DCGDecl.cpp1115 static bool isCapturedBy(const VarDecl &var, const Expr *e) { in isCapturedBy() function